Title: [185163] trunk/Source/_javascript_Core/ChangeLog
Revision
185163
Author
ander...@apple.com
Date
2015-06-03 13:36:25 -0700 (Wed, 03 Jun 2015)

Log Message

Fix build.

The exitingJITType parameter has been removed, so remove its UNUSED_PARAM declaration.

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

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (185162 => 185163)


--- trunk/Source/_javascript_Core/ChangeLog	2015-06-03 20:34:00 UTC (rev 185162)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-06-03 20:36:25 UTC (rev 185163)
@@ -1,3 +1,12 @@
+2015-06-03  Anders Carlsson  <ander...@apple.com>
+
+        Fix build.
+
+        The exitingJITType parameter has been removed, so remove its UNUSED_PARAM declaration.
+
+        * bytecode/CallLinkStatus.cpp:
+        (JSC::CallLinkStatus::computeExitSiteData):
+
 2015-06-01  Filip Pizlo  <fpi...@apple.com>
 
         CallLinkStatus should return takesSlowPath if the GC often cleared the IC
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to