| 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 06257b303bf8770ac3782f34286aefc9ef15ffda..283f23b3d53fce642fa04f4a527fc012f24e45d7 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
|
| @@ -37,7 +37,7 @@ class CORE_EXPORT DOMWindowProperty : public GarbageCollectedMixin {
|
| public:
|
| explicit DOMWindowProperty(LocalFrame*);
|
|
|
| - virtual void frameDestroyed();
|
| + void frameDestroyed();
|
|
|
| LocalFrame* frame() const { return m_frame; }
|
|
|
|
|