aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-10 16:18:43 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-10 16:18:43 -0800
commit9f5bf4f46ffecdaef4aeca06f2c7873e2dcd7749 (patch)
treecdbde5654069c573f32ab5da153478ae2438001a /src
parent8ecdd98e50225b5be0c54b2839cc643aadcf3384 (diff)
fix typo in exceptions code
Diffstat (limited to 'src')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 7e46b3e7..eb6f1bee 100644
--- a/src/library.js
+++ b/src/library.js
@@ -4424,7 +4424,7 @@ LibraryManager.library = {
// and free the exception. Note that if the dynCall on the destructor fails
// due to calling apply on undefined, that means that the destructor is
// an invalid index into the FUNCTION_TABLE, so something has gone wrong.
- __cxa_end_catch__deps: ['__cxa_free_exception', '__cxa_last_thrown_exception', '___cxa_exception_header_size', '__cxa_caught_exceptions'],
+ __cxa_end_catch__deps: ['__cxa_free_exception', '__cxa_last_thrown_exception', '__cxa_exception_header_size', '__cxa_caught_exceptions'],
__cxa_end_catch: function() {
if (___cxa_end_catch.rethrown) {
___cxa_end_catch.rethrown = false;