YourPaste - For your paste! Archive - Tools - Login

Posted by porten on Sat 27 Feb 2010 17:26 208 views - Syntax: None - Expires: never - Report - IMG - Download -

Index: object.cpp
===================================================================
--- object.cpp  (revision 1089669)
+++ object.cpp  (working copy)
@@ -61,8 +61,9 @@
 
   if (++depth > KJS_MAX_STACK) {
     depth -= 11; //Give the debugger some room..
-    return throwError(exec, RangeError, "Maximum call stack size exceeded.");
+    JSValue *ret = throwError(exec, RangeError, "Maximum call stack size exceeded.");
     depth += 10; //Put it back..
+    return ret;
   }
 #endif
 
 

Comments


Name:
Comment:

© 2010 YourPaste.net - Disclaimer