| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 64a55402d78f863e6f90d98c792ce7cfe0124db1..a52d82a806d0f2c598eb46840004405659f2160e 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -226,8 +226,7 @@ public:
|
| };
|
| void getTransitionElementData(Vector<TransitionElementData>&);
|
|
|
| - StyleResolver* styleResolver() const;
|
| - StyleResolver& ensureStyleResolver() const;
|
| + StyleResolver& styleResolver() const;
|
|
|
| bool isScriptExecutionReady() const { return haveImportsLoaded(); }
|
|
|
|
|