summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-11-14 05:18:48 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 05:18:48 -0800
commit8301739277842d9b70d13b5224743cf6eb8234ab (patch)
tree1eeb6253f69f37b0431e7b11cf1cfbf80ca53654 /Source
parent347e86423df46e97b374d2b61321e983486f4272 (diff)
parent0ebd6648bad09f0db4a42ebe03ad13108ad108d6 (diff)
downloadexternal_webkit-8301739277842d9b70d13b5224743cf6eb8234ab.zip
external_webkit-8301739277842d9b70d13b5224743cf6eb8234ab.tar.gz
external_webkit-8301739277842d9b70d13b5224743cf6eb8234ab.tar.bz2
Merge "Fix for bug 5594865: Network error"
Diffstat (limited to 'Source')
-rw-r--r--Source/WebKit/android/WebCoreSupport/WebViewClientError.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/WebViewClientError.cpp b/Source/WebKit/android/WebCoreSupport/WebViewClientError.cpp
index 260c76e..1857e9c 100644
--- a/Source/WebKit/android/WebCoreSupport/WebViewClientError.cpp
+++ b/Source/WebKit/android/WebCoreSupport/WebViewClientError.cpp
@@ -79,6 +79,7 @@ WebViewClientError ToWebViewClientError(net::Error error) {
case ERR_CONNECTION_ABORTED:
case ERR_CONNECTION_FAILED:
case ERR_SOCKET_NOT_CONNECTED:
+ case ERR_CACHE_MISS:
return ERROR_CONNECT;
case ERR_ADDRESS_INVALID: