| Index: third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
|
| index 1e1d8816fbab6c8c4e0975c85b567fd93f489797..35cc2a3ddf38be3c90f8e6d265dd4622b2f7f3ca 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
|
| @@ -113,7 +113,8 @@ HTMLImportChild* HTMLImportsController::load(HTMLImport* parent,
|
| HTMLImportLoader* loader = createLoader();
|
| HTMLImportChild* child = createChild(request.url(), loader, parent, client);
|
| // We set resource after the import tree is built since
|
| - // Resource::addClient() immediately calls back to feed the bytes when the resource is cached.
|
| + // Resource::addClient() immediately calls back to feed the bytes when the
|
| + // resource is cached.
|
| loader->startLoading(resource);
|
| child->didStartLoading();
|
| return child;
|
|
|