Index: third_party/WebKit/public/web/WebFrameClient.h |
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h |
index d8d94066207f125798398a30754cc574b75d11f5..397667946e6d4b27f03c0bb986a1d7352a461c19 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -175,7 +175,7 @@ public: |
enum class DetachType { Remove, Swap }; |
// This frame has been detached from the view, but has not been closed yet. |
- virtual void frameDetached(WebFrame*, DetachType) { } |
+ virtual void frameDetached(WebLocalFrame*, DetachType) {} |
// This frame has become focused.. |
virtual void frameFocused() { } |