Chromium Code Reviews

Unified Diff: webkit/glue/chrome_client_impl.h

Issue 115751: Update webkit to r44122... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « DEPS ('k') | webkit/glue/dom_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « DEPS ('k') | webkit/glue/dom_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine