| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 61fab6e6276846f03035a1d132ab00dec8eb0676..b9b1792eafa9f9b7369996fed01d75237cbb69f4 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -112,7 +112,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*) override;
|
| @@ -295,8 +294,6 @@ private:
|
|
|
| mutable RefPtrWillBeMember<ApplicationCache> m_applicationCache;
|
|
|
| - mutable RefPtrWillBeMember<Performance> m_performance;
|
| -
|
| mutable RefPtrWillBeMember<DOMWindowCSS> m_css;
|
|
|
| RefPtrWillBeMember<DOMWindowEventQueue> m_eventQueue;
|
|
|