Title: [185131] trunk/Source/_javascript_Core
Revision
185131
Author
mark....@apple.com
Date
2015-06-02 16:33:00 -0700 (Tue, 02 Jun 2015)

Log Message

Gardening: fix broken CLoop build.

Not reviewed.

* bytecode/CallLinkStatus.cpp:
(JSC::CallLinkStatus::computeExitSiteData):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (185130 => 185131)


--- trunk/Source/_javascript_Core/ChangeLog	2015-06-02 22:23:36 UTC (rev 185130)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-06-02 23:33:00 UTC (rev 185131)
@@ -1,3 +1,12 @@
+2015-06-02  Mark Lam  <mark....@apple.com>
+
+        Gardening: fix broken CLoop build.
+
+        Not reviewed.
+
+        * bytecode/CallLinkStatus.cpp:
+        (JSC::CallLinkStatus::computeExitSiteData):
+
 2015-06-02  Keith Miller  <keith_mil...@apple.com>
 
         _javascript_Core: JSExport protocol with an NSInteger property converts negative values to 18446744073709552000

Modified: trunk/Source/_javascript_Core/bytecode/CallLinkStatus.cpp (185130 => 185131)


--- trunk/Source/_javascript_Core/bytecode/CallLinkStatus.cpp	2015-06-02 22:23:36 UTC (rev 185130)
+++ trunk/Source/_javascript_Core/bytecode/CallLinkStatus.cpp	2015-06-02 23:33:00 UTC (rev 185131)
@@ -115,7 +115,6 @@
     UNUSED_PARAM(locker);
     UNUSED_PARAM(profiledBlock);
     UNUSED_PARAM(bytecodeIndex);
-    UNUSED_PARAM(exitingJITType);
 #endif
     
     return exitSiteData;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to