Index: Source/web/WebFrameImpl.h |
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h |
index a6133cb0ddb274142fdb2df1481b95700f416594..03eb06434022d5321dbfd51e08e16ac2858e60a6 100644 |
--- a/Source/web/WebFrameImpl.h |
+++ b/Source/web/WebFrameImpl.h |
@@ -238,7 +238,7 @@ public: |
virtual WebString layerTreeAsText(bool showDebugInfo = false) const; |
// WebCore::FrameDestructionObserver methods. |
- virtual void willDetachPage(); |
+ virtual void willDetachFrameHost(); |
static WebFrameImpl* create(WebFrameClient*); |
// FIXME: Move the embedderIdentifier concept fully to the embedder and |