summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebViewClientError.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebViewClientError.h')
-rw-r--r--WebKit/android/WebCoreSupport/WebViewClientError.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/WebViewClientError.h b/WebKit/android/WebCoreSupport/WebViewClientError.h
index 847fb01..d274dc7 100644
--- a/WebKit/android/WebCoreSupport/WebViewClientError.h
+++ b/WebKit/android/WebCoreSupport/WebViewClientError.h
@@ -32,6 +32,8 @@ namespace android {
// This enum must be kept in sync with WebViewClient.java
enum WebViewClientError {
+ /** Success */
+ ERROR_OK = 0,
/** Generic error */
ERROR_UNKNOWN = -1,
/** Server or proxy hostname lookup failed */