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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentParser.h

Issue 1604903004: Remove DocumentParser::flush which is not used by anyone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/core/dom/DocumentParser.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentParser.h b/third_party/WebKit/Source/core/dom/DocumentParser.h
index 425fc23b82ed73bc4d3adb1790d262cd687c2066..b5ff387f057b2073addf4cd940e372f4a6f007cc 100644
--- a/third_party/WebKit/Source/core/dom/DocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/DocumentParser.h
@@ -105,8 +105,6 @@ public:
protected:
explicit DocumentParser(Document*);
- virtual void flush() = 0;
-
private:
enum ParserState {
ParsingState,

Powered by Google App Engine
This is Rietveld 408576698