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

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments 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/imports/HTMLImportChild.cpp
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
index bde23b063cbb022251197bdf9544e9fda9778dc2..7b045d5829383c80336277d60ca62e7785898d9d 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
@@ -156,7 +156,8 @@ HTMLLinkElement* HTMLImportChild::link() const {
}
// Ensuring following invariants against the import tree:
-// - HTMLImportChild::firstImport() is the "first import" of the DFS order of the import tree.
+// - HTMLImportChild::firstImport() is the "first import" of the DFS order of
+// the import tree.
// - The "first import" manages all the children that is loaded by the document.
void HTMLImportChild::normalize() {
if (!loader()->isFirstImport(this) &&

Powered by Google App Engine
This is Rietveld 408576698