Title: [129298] trunk/Source/_javascript_Core
Revision
129298
Author
[email protected]
Date
2012-09-21 23:43:04 -0700 (Fri, 21 Sep 2012)

Log Message

Unreviewed, rolled out a line I committed by accident.

* interpreter/Interpreter.cpp:
(JSC::Interpreter::execute):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (129297 => 129298)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-22 06:34:59 UTC (rev 129297)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-22 06:43:04 UTC (rev 129298)
@@ -1,5 +1,12 @@
 2012-09-21  Geoffrey Garen  <[email protected]>
 
+        Unreviewed, rolled out a line I committed by accident.
+
+        * interpreter/Interpreter.cpp:
+        (JSC::Interpreter::execute):
+
+2012-09-21  Geoffrey Garen  <[email protected]>
+
         Optimized closures that capture arguments
         https://bugs.webkit.org/show_bug.cgi?id=97358
 

Modified: trunk/Source/_javascript_Core/interpreter/Interpreter.cpp (129297 => 129298)


--- trunk/Source/_javascript_Core/interpreter/Interpreter.cpp	2012-09-22 06:34:59 UTC (rev 129297)
+++ trunk/Source/_javascript_Core/interpreter/Interpreter.cpp	2012-09-22 06:43:04 UTC (rev 129298)
@@ -834,7 +834,6 @@
 {
     JSScope* scope = callFrame->scope();
     ASSERT(isValidThisObject(thisObj, callFrame));
-    scope->globalData()->exception = JSValue();
     ASSERT(!scope->globalData()->exception);
     ASSERT(!callFrame->globalData().isCollectorBusy());
     if (callFrame->globalData().isCollectorBusy())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to