Title: [243442] trunk/Source/_javascript_Core
Revision
243442
Author
[email protected]
Date
2019-03-25 11:13:09 -0700 (Mon, 25 Mar 2019)

Log Message

Unreviewed, speculative fix for CLoop build on CPU(UNKNOWN)
https://bugs.webkit.org/show_bug.cgi?id=195982

* jit/ExecutableAllocator.h:
(JSC::ExecutableAllocator::initializeUnderlyingAllocator):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (243441 => 243442)


--- trunk/Source/_javascript_Core/ChangeLog	2019-03-25 17:57:13 UTC (rev 243441)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-03-25 18:13:09 UTC (rev 243442)
@@ -1,3 +1,11 @@
+2019-03-25  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, speculative fix for CLoop build on CPU(UNKNOWN)
+        https://bugs.webkit.org/show_bug.cgi?id=195982
+
+        * jit/ExecutableAllocator.h:
+        (JSC::ExecutableAllocator::initializeUnderlyingAllocator):
+
 2019-03-25  Gyuyoung Kim  <[email protected]>
 
         Remove NavigatorContentUtils in WebCore/Modules

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocator.h (243441 => 243442)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2019-03-25 17:57:13 UTC (rev 243441)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2019-03-25 18:13:09 UTC (rev 243442)
@@ -196,6 +196,7 @@
 public:
     static ExecutableAllocator& singleton();
     static void initialize();
+    static void initializeUnderlyingAllocator() { }
 
 private:
     ExecutableAllocator() = default;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to