Title: [91933] trunk/Source/_javascript_Core
Revision
91933
Author
m...@apple.com
Date
2011-07-28 09:26:50 -0700 (Thu, 28 Jul 2011)

Log Message

Build fix.

* runtime/Executable.cpp:
(JSC::FunctionExecutable::compileForCallInternal):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (91932 => 91933)


--- trunk/Source/_javascript_Core/ChangeLog	2011-07-28 15:33:53 UTC (rev 91932)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-07-28 16:26:50 UTC (rev 91933)
@@ -1,3 +1,10 @@
+2011-07-28  Dan Bernstein  <m...@apple.com>
+
+        Build fix.
+
+        * runtime/Executable.cpp:
+        (JSC::FunctionExecutable::compileForCallInternal):
+
 2011-07-28  Kent Tamura  <tk...@chromium.org>
 
         Improve StringImpl::stripWhiteSpace() and simplifyWhiteSpace().

Modified: trunk/Source/_javascript_Core/runtime/Executable.cpp (91932 => 91933)


--- trunk/Source/_javascript_Core/runtime/Executable.cpp	2011-07-28 15:33:53 UTC (rev 91932)
+++ trunk/Source/_javascript_Core/runtime/Executable.cpp	2011-07-28 16:26:50 UTC (rev 91933)
@@ -359,6 +359,8 @@
             m_codeBlockForCall->discardBytecode();
 #endif
     }
+#else
+    UNUSED_PARAM(calleeArgsExec);
 #endif
 
 #if ENABLE(JIT)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to