summaryrefslogtreecommitdiff
path: root/user/qt5-qtwebkit/bug-931.patch
blob: 7d363dd62ddb83b24b96dc432a92ef82e05ddd32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- qt5-qtwebkit-5.212.0-git20191114/Source/JavaScriptCore/runtime/NativeExecutable.cpp.old	2019-11-14 19:31:45.000000000 +0000
+++ qt5-qtwebkit-5.212.0-git20191114/Source/JavaScriptCore/runtime/NativeExecutable.cpp	2020-01-04 19:14:22.974744920 +0000
@@ -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"