| Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| index 3ac8ba4953ced24ba1fa776374a652df7ba7677a..da105ac7502e4e0e3d1ac119fcae8b93a05eecfc 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -46,9 +46,9 @@ class DocumentWriter;
|
| class HTMLImportChild;
|
| class HTMLImportsController;
|
|
|
| -// Owning imported Document lifetime. It also implements ResourceClient through ResourceOwner
|
| -// to feed fetched bytes to the DocumentWriter of the imported document.
|
| -// HTMLImportLoader is owned by HTMLImportsController.
|
| +// Owning imported Document lifetime. It also implements ResourceClient through
|
| +// ResourceOwner to feed fetched bytes to the DocumentWriter of the imported
|
| +// document. HTMLImportLoader is owned by HTMLImportsController.
|
| class HTMLImportLoader final
|
| : public GarbageCollectedFinalized<HTMLImportLoader>,
|
| public ResourceOwner<RawResource>,
|
| @@ -111,7 +111,8 @@ class HTMLImportLoader final
|
|
|
| // DocumentParserClient
|
|
|
| - // Called after document parse is complete after DOMContentLoaded was dispatched.
|
| + // Called after document parse is complete after DOMContentLoaded was
|
| + // dispatched.
|
| void notifyParserStopped() override;
|
|
|
| State startWritingAndParsing(const ResourceResponse&);
|
|
|