summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-02-23 19:32:27 -0800
committerJohn Reck <jreck@google.com>2012-02-23 19:32:27 -0800
commit058caab515a976f86e777d4bb4aa4fe7d9c0ff21 (patch)
tree90d44337c3a2e6f88b7f13021244f5121d305bbc /Source/JavaScriptCore
parent9f30b61e2c62ca17fb816bff1fc612c3ebc8c4b3 (diff)
downloadexternal_webkit-058caab515a976f86e777d4bb4aa4fe7d9c0ff21.zip
external_webkit-058caab515a976f86e777d4bb4aa4fe7d9c0ff21.tar.gz
external_webkit-058caab515a976f86e777d4bb4aa4fe7d9c0ff21.tar.bz2
disable navcache
Change-Id: I5f914abfccaad06714838e0f6ac3ecef34e85f2f
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