summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/glue/chrome_client_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/chrome_client_impl.h b/webkit/glue/chrome_client_impl.h
index a2537fb..e372f7c 100644
--- a/webkit/glue/chrome_client_impl.h
+++ b/webkit/glue/chrome_client_impl.h
@@ -15,6 +15,7 @@ class WebCursor;
class WebViewImpl;
namespace WebCore {
+class HTMLParserQuirks;
class PopupContainer;
class SecurityOrigin;
struct WindowFeatures;
@@ -131,6 +132,8 @@ class ChromeClientImpl : public WebCore::ChromeClientChromium {
virtual void formStateDidChange(const WebCore::Node*);
+ virtual WebCore::HTMLParserQuirks* createHTMLParserQuirks() { return 0; }
+
private:
WebViewImpl* webview_; // weak pointer
bool toolbars_visible_;