Index: Source/core/frame/LocalDOMWindow.h |
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h |
index 54128d2cc0caa7ef140c363b7909efc279b4a1bf..5d26c95e5863d24c0b8c1dec1c430032abc24917 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; |