Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index e39209d26e365930ebe8111f00f73765e2e53f0e..600777e1f85ef333ef73dd2b43656c5afc3db1f8 100644 |
--- a/Source/core/frame/LocalFrame.h |
+++ b/Source/core/frame/LocalFrame.h |
@@ -74,6 +74,8 @@ namespace WebCore { |
virtual ~LocalFrame(); |
+ void willBeDestroyed(); |
+ |
virtual void willDetachFrameHost() OVERRIDE; |
virtual void detachFromFrameHost() OVERRIDE; |