| Index: Source/core/frame/RemoteDOMWindow.h
|
| diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h
|
| index e081bbf2766175f1b5de81fef44fa5f01f295f5e..ecbbb7ef414a5ce93a38b149428725711b1e260f 100644
|
| --- a/Source/core/frame/RemoteDOMWindow.h
|
| +++ b/Source/core/frame/RemoteDOMWindow.h
|
| @@ -54,7 +54,6 @@ public:
|
| ApplicationCache* applicationCache() const override;
|
| int orientation() const override;
|
| Console* console() const override;
|
| - DOMWindowCSS* css() const override;
|
| DOMSelection* getSelection() override;
|
| void focus(ExecutionContext* = 0) override;
|
| void blur() override;
|
|
|