| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index a407de4d9110b5041015f4d15977ed89e146ac3e..b767dbbe811d4442c88632c2ee6a38464e1d8f37 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -233,9 +233,6 @@ public:
|
| bool isRenderingReady() const { return haveImportsLoaded(); }
|
| bool isScriptExecutionReady() const { return isRenderingReady(); }
|
|
|
| - // This is a DOM function.
|
| - StyleSheetList* styleSheets();
|
| -
|
| StyleEngine* styleEngine() { return m_styleEngine.get(); }
|
|
|
| // Called when one or more stylesheets in the document may have been added, removed, or changed.
|
| @@ -719,7 +716,6 @@ private:
|
| MutationObserverOptions m_mutationObserverTypes;
|
|
|
| OwnPtr<StyleEngine> m_styleEngine;
|
| - RefPtr<StyleSheetList> m_styleSheetList;
|
|
|
| TextLinkColors m_textLinkColors;
|
|
|
|
|