| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 2fb620b375190ccffc4c49f45dbedfd1740b48b8..fbba53d41d93481c56ce9aa9c6b410b5432e97ea 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -91,7 +91,6 @@ public:
|
| BarProp* statusbar() const override;
|
| BarProp* toolbar() const override;
|
| Navigator* navigator() const override;
|
| - Location* location() const override;
|
| bool offscreenBuffering() const override;
|
| int outerHeight() const override;
|
| int outerWidth() const override;
|
| @@ -287,7 +286,6 @@ private:
|
| mutable RefPtrWillBeMember<BarProp> m_toolbar;
|
| mutable RefPtrWillBeMember<Console> m_console;
|
| mutable RefPtrWillBeMember<Navigator> m_navigator;
|
| - mutable RefPtrWillBeMember<Location> m_location;
|
| mutable RefPtrWillBeMember<StyleMedia> m_media;
|
|
|
| String m_status;
|
|
|