Chromium Code Reviews| Index: webkit/glue/chrome_client_impl.h |
| =================================================================== |
| --- webkit/glue/chrome_client_impl.h (revision 16848) |
| +++ webkit/glue/chrome_client_impl.h (working copy) |
| @@ -137,7 +137,7 @@ |
| virtual void formStateDidChange(const WebCore::Node*); |
| - virtual WebCore::HTMLParserQuirks* createHTMLParserQuirks() { return 0; } |
| + virtual PassOwnPtr<WebCore::HTMLParserQuirks> createHTMLParserQuirks() { return 0; } |
| private: |
| WebViewImpl* webview_; // weak pointer |