Skip to content

Commit 3505373

Browse files
committed
update printVersion patch
1 parent a9296c0 commit 3505373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/jsc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ diff -aur target-org/webkit/Source/JavaScriptCore/API/JSBase.cpp target/webkit/S
279279
+extern "C" int __android_log_print(int prio, const char *tag, const char *fmt, ...);
280280
+__attribute__((constructor))
281281
+void printVersion() {
282-
+ __android_log_print(3, "JavaScriptCore.Version", "%s", "224109.1.0");
282+
+ __android_log_print(3, "JavaScriptCore.Version", "%s", "225067.0.0");
283283
+}
284284
diff -aur target-org/webkit/Source/JavaScriptCore/CMakeLists.txt target/webkit/Source/JavaScriptCore/CMakeLists.txt
285285
--- target-org/webkit/Source/JavaScriptCore/CMakeLists.txt 2017-10-16 15:19:26.000000000 +0300

0 commit comments

Comments
 (0)