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 b24b51dcc41defc8e8404336ccb2ab87e0637bdd..e7e714595a7267aa908880fcf62ee917f74e08b5 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMWindowProperty.h |
+++ b/third_party/WebKit/Source/core/frame/DOMWindowProperty.h |
@@ -39,6 +39,7 @@ |
explicit DOMWindowProperty(LocalFrame*); |
virtual void willDestroyGlobalObjectInFrame(); |
+ virtual void willDetachGlobalObjectFromFrame(); |
LocalFrame* frame() const { return m_frame; } |