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