From 058caab515a976f86e777d4bb4aa4fe7d9c0ff21 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 23 Feb 2012 19:32:27 -0800 Subject: disable navcache Change-Id: I5f914abfccaad06714838e0f6ac3ecef34e85f2f --- Source/JavaScriptCore/wtf/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/JavaScriptCore') 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 -- cgit v1.1