OSDN Git Service

Map Chromium error codes to WebKit error codes.
[android-x86/external-webkit.git] / WebKit / android / WebCoreSupport / WebResponse.h
index eafc4e3..3c7c601 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "ChromiumIncludes.h"
 #include "KURL.h"
+#include "WebViewClientError.h"
 
 #include <map>
 #include <string>
@@ -61,6 +62,7 @@ public:
     WebCore::ResourceError createResourceError();
 
 private:
+    net::Error m_error;
     std::string m_encoding;
     int m_httpStatusCode;
     std::string m_host;