| 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) &&
|
|
|