diff options
author | John Reck <jreck@google.com> | 2012-02-24 10:23:08 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-24 10:23:08 -0800 |
commit | 33832494c3158d465a98bd54616fc188dabae0b6 (patch) | |
tree | b80e6d03112c0fef4337c2ced8d238947a5ddf76 /Source/JavaScriptCore/wtf | |
parent | 0b19fab9010e8be98e5be962d403eaaa9ea14ba8 (diff) | |
parent | 058caab515a976f86e777d4bb4aa4fe7d9c0ff21 (diff) | |
download | external_webkit-33832494c3158d465a98bd54616fc188dabae0b6.zip external_webkit-33832494c3158d465a98bd54616fc188dabae0b6.tar.gz external_webkit-33832494c3158d465a98bd54616fc188dabae0b6.tar.bz2 |
Merge "disable navcache"
Diffstat (limited to 'Source/JavaScriptCore/wtf')
-rw-r--r-- | Source/JavaScriptCore/wtf/Platform.h | 2 |
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 |