Title: [202818] trunk/Source/_javascript_Core
Revision
202818
Author
[email protected]
Date
2016-07-05 08:49:28 -0700 (Tue, 05 Jul 2016)

Log Message

Typo fix after r202214
https://bugs.webkit.org/show_bug.cgi?id=159416

Reviewed by Saam Barati.

* bytecode/InlineAccess.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (202817 => 202818)


--- trunk/Source/_javascript_Core/ChangeLog	2016-07-05 09:37:39 UTC (rev 202817)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-07-05 15:49:28 UTC (rev 202818)
@@ -1,3 +1,12 @@
+2016-07-05  Csaba Osztrogonác  <[email protected]>
+
+        Typo fix after r202214
+        https://bugs.webkit.org/show_bug.cgi?id=159416
+
+        Reviewed by Saam Barati.
+
+        * bytecode/InlineAccess.h:
+
 2016-07-03  Per Arne Vollan  <[email protected]>
 
         [Win] DLLs are missing version information.

Modified: trunk/Source/_javascript_Core/bytecode/InlineAccess.h (202817 => 202818)


--- trunk/Source/_javascript_Core/bytecode/InlineAccess.h	2016-07-05 09:37:39 UTC (rev 202817)
+++ trunk/Source/_javascript_Core/bytecode/InlineAccess.h	2016-07-05 15:49:28 UTC (rev 202818)
@@ -109,7 +109,7 @@
     // various platforms. When adding a new type of IC, implement
     // its placeholder code here, and log the size. That way we
     // can intelligently choose sizes on various platforms.
-    NO_RETURN_DUE_TO_CRASH void dumpCacheSizesAndCrash(VM&);
+    NO_RETURN_DUE_TO_CRASH static void dumpCacheSizesAndCrash(VM&);
 };
 
 } // namespace JSC
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to