We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9296c0 commit 3505373Copy full SHA for 3505373
patches/jsc.patch
@@ -279,7 +279,7 @@ diff -aur target-org/webkit/Source/JavaScriptCore/API/JSBase.cpp target/webkit/S
279
+extern "C" int __android_log_print(int prio, const char *tag, const char *fmt, ...);
280
+__attribute__((constructor))
281
+void printVersion() {
282
-+ __android_log_print(3, "JavaScriptCore.Version", "%s", "224109.1.0");
++ __android_log_print(3, "JavaScriptCore.Version", "%s", "225067.0.0");
283
+}
284
diff -aur target-org/webkit/Source/JavaScriptCore/CMakeLists.txt target/webkit/Source/JavaScriptCore/CMakeLists.txt
285
--- target-org/webkit/Source/JavaScriptCore/CMakeLists.txt 2017-10-16 15:19:26.000000000 +0300
0 commit comments