| Index: sky/engine/core/dom/StyleSheetCollection.cpp
|
| diff --git a/sky/engine/core/dom/StyleSheetCollection.cpp b/sky/engine/core/dom/StyleSheetCollection.cpp
|
| index 4e99b28868705c782d283afea800de0b363ebf89..9ffc0a3d0c5c93cbf7c655bba6309b4f43be08cf 100644
|
| --- a/sky/engine/core/dom/StyleSheetCollection.cpp
|
| +++ b/sky/engine/core/dom/StyleSheetCollection.cpp
|
| @@ -85,7 +85,7 @@ void StyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine)
|
|
|
| // TODO(esprehn): Remove special casing for Document.
|
| if (root.isDocumentNode()) {
|
| - engine->clearMasterResolver();
|
| + engine->clearResolver();
|
| // FIMXE: The following depends on whether StyleRuleFontFace was modified or not.
|
| // No need to always-clear font cache.
|
| engine->clearFontCache();
|
|
|