| Index: third_party/WebKit/Source/core/frame/DOMWindowProperty.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindowProperty.h b/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
|
| index 607eca8430dc1bd83f9f05d89022649ed833e1e0..2bdece98d55a8ed62cf3d73fe2c57ed7e0cf34bb 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| -protected:
|
| +private:
|
| Member<LocalFrame> m_frame;
|
| };
|
|
|
|
|