Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: Source/core/dom/Document.h

Issue 17640007: Refactoring: Simplify DocumentWriter by reorganizing its lifetime. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed a build breakage Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 41f35b518acab20dcf7e8aa9a14edb926315a930..111a531574641026096c66ba0e309f88f0ea3078 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -530,7 +530,7 @@ public:
DocumentLoader* loader() const;
void open(Document* ownerDocument = 0);
- void implicitOpen();
+ PassRefPtr<DocumentParser> implicitOpen();
// close() is the DOM API document.close()
void close();

Powered by Google App Engine
This is Rietveld 408576698