Title: [236881] trunk/Source/_javascript_Core
Revision
236881
Author
[email protected]
Date
2018-10-05 12:14:46 -0700 (Fri, 05 Oct 2018)

Log Message

Gardening: Build fix after r236880.
https://bugs.webkit.org/show_bug.cgi?id=190317

Unreviewed.

* jit/ExecutableAllocator.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (236880 => 236881)


--- trunk/Source/_javascript_Core/ChangeLog	2018-10-05 18:33:41 UTC (rev 236880)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-10-05 19:14:46 UTC (rev 236881)
@@ -1,5 +1,14 @@
 2018-10-05  Mark Lam  <[email protected]>
 
+        Gardening: Build fix after r236880.
+        https://bugs.webkit.org/show_bug.cgi?id=190317
+
+        Unreviewed.
+
+        * jit/ExecutableAllocator.h:
+
+2018-10-05  Mark Lam  <[email protected]>
+
         performJITMemcpy() should handle the case when the executable allocator is not initialized yet.
         https://bugs.webkit.org/show_bug.cgi?id=190317
         <rdar://problem/45039398>

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocator.h (236880 => 236881)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2018-10-05 18:33:41 UTC (rev 236880)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2018-10-05 19:14:46 UTC (rev 236881)
@@ -76,7 +76,7 @@
     return bitwise_cast<T>(endOfFixedExecutableMemoryPoolImpl());
 }
 
-bool isJITPC(void* pc);
+JS_EXPORT_PRIVATE bool isJITPC(void* pc);
 
 #if !ENABLE(FAST_JIT_PERMISSIONS) || !CPU(ARM64E)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to