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

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

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 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 260050022a436967697d04c5b9696aa6c8ecd9f7..0c6a2fc130e455d7f38904eaef82ce3dc00e65dc 100644
--- a/third_party/WebKit/Source/core/dom/DocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/DocumentParser.h
@@ -58,7 +58,8 @@ class CORE_EXPORT DocumentParser
virtual TextResourceDecoder* decoder();
virtual void setHasAppendedData() {}
- // FIXME: append() should be private, but DocumentLoader and DOMPatchSupport uses it for now.
+ // FIXME: append() should be private, but DocumentLoader and DOMPatchSupport
+ // uses it for now.
virtual void append(const String&) = 0;
virtual void finish() = 0;
@@ -74,8 +75,8 @@ class CORE_EXPORT DocumentParser
bool isStopped() const { return m_state >= StoppedState; }
bool isDetached() const { return m_state == DetachedState; }
- // prepareToStop() is used when the EOF token is encountered and parsing is to be
- // stopped normally.
+ // prepareToStop() is used when the EOF token is encountered and parsing is to
+ // be stopped normally.
virtual void prepareToStopParsing();
// stopParsing() is used when a load is canceled/stopped.
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentOrderedMap.cpp ('k') | third_party/WebKit/Source/core/dom/DocumentParserTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698