summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-02-24 10:23:08 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-24 10:23:08 -0800
commit33832494c3158d465a98bd54616fc188dabae0b6 (patch)
treeb80e6d03112c0fef4337c2ced8d238947a5ddf76 /Source/JavaScriptCore
parent0b19fab9010e8be98e5be962d403eaaa9ea14ba8 (diff)
parent058caab515a976f86e777d4bb4aa4fe7d9c0ff21 (diff)
downloadexternal_webkit-33832494c3158d465a98bd54616fc188dabae0b6.zip
external_webkit-33832494c3158d465a98bd54616fc188dabae0b6.tar.gz
external_webkit-33832494c3158d465a98bd54616fc188dabae0b6.tar.bz2
Merge "disable navcache"
Diffstat (limited to 'Source/JavaScriptCore')
-rw-r--r--Source/JavaScriptCore/wtf/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/Platform.h b/Source/JavaScriptCore/wtf/Platform.h
index fcd93c2..97fad0f 100644
--- a/Source/JavaScriptCore/wtf/Platform.h
+++ b/Source/JavaScriptCore/wtf/Platform.h
@@ -691,7 +691,7 @@
#define ENABLE_3D_RENDERING 1
#endif
-#define ENABLE_ANDROID_NAVCACHE 1
+#define ENABLE_ANDROID_NAVCACHE 0
// ENABLE guards
#define ENABLE_JAVA_BRIDGE 1
// Prevents Webkit from drawing the caret in textfields and textareas