From 6bf2577653884795f04bbf9d8196ed9998896afe Mon Sep 17 00:00:00 2001 From: John Reck Date: Fri, 24 Feb 2012 15:44:20 -0800 Subject: Delete CacheBuilder Fixed address_detector to pass CTS Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8 --- Source/WebKit/android/jni/WebSettings.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/WebKit/android/jni/WebSettings.cpp') diff --git a/Source/WebKit/android/jni/WebSettings.cpp b/Source/WebKit/android/jni/WebSettings.cpp index 281e8ed..1a1cc33 100644 --- a/Source/WebKit/android/jni/WebSettings.cpp +++ b/Source/WebKit/android/jni/WebSettings.cpp @@ -583,9 +583,7 @@ public: // This is required to enable the XMLTreeViewer when loading an XML document that // has no style attached to it. http://trac.webkit.org/changeset/79799 s->setDeveloperExtrasEnabled(true); -#if !ENABLE(ANDROID_NAVCACHE) s->setSpatialNavigationEnabled(true); -#endif } }; -- cgit v1.1