| 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 33bca1d774e394809ffffd26cbc2b0b84802aea0..e40a4044b5fcae8e26c93213fff0321454b89684 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -83,7 +83,7 @@ void HTMLImportChild::didFinish()
|
| void HTMLImportChild::didFinishLoading()
|
| {
|
| stateWillChange();
|
| - if (document() && document()->styleSheets()->length() > 0)
|
| + if (document() && document()->styleSheets().length() > 0)
|
| UseCounter::count(root()->document(), UseCounter::HTMLImportsHasStyleSheets);
|
| V0CustomElement::didFinishLoadingImport(*(root()->document()));
|
| }
|
|
|