Title: [257704] releases/WebKitGTK/webkit-2.28/Source/_javascript_Core
Revision
257704
Author
[email protected]
Date
2020-03-02 00:41:07 -0800 (Mon, 02 Mar 2020)

Log Message

Merge r257695 - undefined reference to `JSC::ExecutableBase::hasJITCodeForCall() const'
https://bugs.webkit.org/show_bug.cgi?id=207890

Reviewed by Yusuke Suzuki.

Encountered on arm-buildroot-linux-gnueabihf with GCC 9.2.0.

* runtime/NativeExecutable.cpp: Inclusion of
ExecutableBaseInlines.h resolves the issue for me.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/Source/_javascript_Core/ChangeLog (257703 => 257704)


--- releases/WebKitGTK/webkit-2.28/Source/_javascript_Core/ChangeLog	2020-03-02 08:36:52 UTC (rev 257703)
+++ releases/WebKitGTK/webkit-2.28/Source/_javascript_Core/ChangeLog	2020-03-02 08:41:07 UTC (rev 257704)
@@ -1,3 +1,15 @@
+2020-03-01  Charles Turner  <[email protected]>
+
+        undefined reference to `JSC::ExecutableBase::hasJITCodeForCall() const'
+        https://bugs.webkit.org/show_bug.cgi?id=207890
+
+        Reviewed by Yusuke Suzuki.
+
+        Encountered on arm-buildroot-linux-gnueabihf with GCC 9.2.0.
+
+        * runtime/NativeExecutable.cpp: Inclusion of
+        ExecutableBaseInlines.h resolves the issue for me.
+
 2020-02-26  Mark Lam  <[email protected]>
 
         Enhance JSObjectGetProperty() to mitigate against null object pointers.

Modified: releases/WebKitGTK/webkit-2.28/Source/_javascript_Core/runtime/NativeExecutable.cpp (257703 => 257704)


--- releases/WebKitGTK/webkit-2.28/Source/_javascript_Core/runtime/NativeExecutable.cpp	2020-03-02 08:36:52 UTC (rev 257703)
+++ releases/WebKitGTK/webkit-2.28/Source/_javascript_Core/runtime/NativeExecutable.cpp	2020-03-02 08:41:07 UTC (rev 257704)
@@ -28,6 +28,7 @@
 #include "BatchedTransitionOptimizer.h"
 #include "CodeBlock.h"
 #include "Debugger.h"
+#include "ExecutableBaseInlines.h"
 #include "JIT.h"
 #include "JSCInlines.h"
 #include "LLIntEntrypoint.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to