| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 3e2352ea9c6fa5e631dbce08bb8cb2b1da373272..008236fb15b0e746e80cddec758bda3025f2cfdc 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -111,7 +111,7 @@ class CORE_EXPORT StyleEngine final
|
| void watchedSelectorsChanged();
|
| void initialViewportChanged();
|
| void viewportRulesChanged();
|
| - void importRemoved();
|
| + void htmlImportAddedOrRemoved();
|
|
|
| void injectAuthorSheet(StyleSheetContents* authorSheet);
|
| CSSStyleSheet& ensureInspectorStyleSheet();
|
|
|