summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.cpp
diff options
context:
space:
mode:
authorSelim Gurun <sgurun@google.com>2012-06-08 18:33:52 -0700
committerSelim Gurun <sgurun@google.com>2012-06-08 18:37:19 -0700
commit3c0f1821ec3c70f81b2771b88cf41b34b6f5fe1d (patch)
treeea1d72e2daa23e49332766294302a397b77d2e60 /Source/WebKit/android/jni/WebViewCore.cpp
parent4ec0a85e7391da48b19280fb45999a2ca4340843 (diff)
downloadexternal_webkit-3c0f1821ec3c70f81b2771b88cf41b34b6f5fe1d.zip
external_webkit-3c0f1821ec3c70f81b2771b88cf41b34b6f5fe1d.tar.gz
external_webkit-3c0f1821ec3c70f81b2771b88cf41b34b6f5fe1d.tar.bz2
Remove forgotten CHROME_NETWORK_STACK macros
Bug: 6637033 It seems that somehow these macros were forgotten to be removed while dropping http stack, it is likely a merge/rebase issue. Change-Id: I37b14488dbfd786e3e0deab9775f42f21d2205e7
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.cpp')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.cpp b/Source/WebKit/android/jni/WebViewCore.cpp
index 5e0969f..2a24554 100644
--- a/Source/WebKit/android/jni/WebViewCore.cpp
+++ b/Source/WebKit/android/jni/WebViewCore.cpp
@@ -4923,10 +4923,8 @@ static void CloseIdleConnections(JNIEnv* env, jobject obj, jint nativeClass)
static void nativeCertTrustChanged(JNIEnv *env, jobject obj)
{
-#if USE(CHROME_NETWORK_STACK)
WebCache::get(true)->certTrustChanged();
WebCache::get(false)->certTrustChanged();
-#endif
}
static void ScrollRenderLayer(JNIEnv* env, jobject obj, jint nativeClass,