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

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

Issue 2386893002: Reformat comments in core/html/parser (Closed)
Patch Set: self review 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/html/parser/HTMLStackItem.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h b/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
index d2a192ad8999aad3562ac18abf148892b80e512d..68fd85be29ebb8d88aa2fb436a3f62be6afe20b7 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLStackItem.h
@@ -100,7 +100,8 @@ class HTMLStackItem : public GarbageCollectedFinalized<HTMLStackItem> {
// A DocumentFragment takes the place of the document element when parsing
// fragments and should be considered in the HTML namespace.
return namespaceURI() == HTMLNames::xhtmlNamespaceURI ||
- isDocumentFragmentNode(); // FIXME: Does this also apply to ShadowRoot?
+ isDocumentFragmentNode(); // FIXME: Does this also apply to
+ // ShadowRoot?
}
bool isNumberedHeaderElement() const {

Powered by Google App Engine
This is Rietveld 408576698