Title: [174362] trunk/Source/_javascript_Core
Revision
174362
Author
[email protected]
Date
2014-10-06 13:42:21 -0700 (Mon, 06 Oct 2014)

Log Message

Remove incorrect assertion.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (174361 => 174362)


--- trunk/Source/_javascript_Core/ChangeLog	2014-10-06 20:27:16 UTC (rev 174361)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-10-06 20:42:21 UTC (rev 174362)
@@ -1,5 +1,12 @@
 2014-10-06  Oliver Hunt  <[email protected]>
 
+        Remove incorrect assertion.
+
+        * runtime/Arguments.cpp:
+        (JSC::Arguments::tearOff):
+
+2014-10-06  Oliver Hunt  <[email protected]>
+
         Fix cloop build
 
         * interpreter/Interpreter.cpp:

Modified: trunk/Source/_javascript_Core/runtime/Arguments.cpp (174361 => 174362)


--- trunk/Source/_javascript_Core/runtime/Arguments.cpp	2014-10-06 20:27:16 UTC (rev 174361)
+++ trunk/Source/_javascript_Core/runtime/Arguments.cpp	2014-10-06 20:42:21 UTC (rev 174362)
@@ -372,8 +372,6 @@
 
 void Arguments::tearOff(CallFrame* callFrame)
 {
-    if (m_callee->jsExecutable()->needsActivation())
-        RELEASE_ASSERT(m_lexicalEnvironment);
     if (isTornOff())
         return;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to