Index: Source/core/frame/LocalDOMWindow.h |
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h |
index 419ee707f538c4abb15a2795aa6a5b61e5a3f16a..a735bf671c4a9356cefae15b7393a8e97084ede0 100644 |
--- a/Source/core/frame/LocalDOMWindow.h |
+++ b/Source/core/frame/LocalDOMWindow.h |
@@ -118,7 +118,6 @@ public: |
ApplicationCache* applicationCache() const override; |
int orientation() const override; |
Console* console() const override; |
- DOMWindowCSS* css() const override; |
DOMSelection* getSelection() override; |
void focus(ExecutionContext*) override; |
void blur() override; |
@@ -271,8 +270,6 @@ private: |
mutable RefPtrWillBeMember<ApplicationCache> m_applicationCache; |
- mutable RefPtrWillBeMember<DOMWindowCSS> m_css; |
- |
RefPtrWillBeMember<DOMWindowEventQueue> m_eventQueue; |
RefPtr<SerializedScriptValue> m_pendingStateObject; |