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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT Created 5 years, 1 month 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: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
index 3d49274c0a978c0e7799194ae4cefa29a01c1d76..b86e860b013fb22e514199a18758b8e7046c0cbc 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
@@ -120,7 +120,7 @@ protected:
HTMLDocumentParser(HTMLDocument&, bool reportErrors, ParserSynchronizationPolicy);
HTMLDocumentParser(DocumentFragment*, Element* contextElement, ParserContentPolicy);
- HTMLTreeBuilder* treeBuilder() const { return m_treeBuilder.get(); }
+ HTMLTreeBuilder* treeBuilder() const;
void forcePlaintextForTextDocument();

Powered by Google App Engine
This is Rietveld 408576698