| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 328f5aafc22ebce7b0b6e7654a8a5d17d5be107b..83753e4d56583e146cd3948b0425642c1a3a041d 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -159,7 +159,7 @@
|
| 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(WebFrame*) { }
|
|
|
| // This frame has become focused..
|
| virtual void frameFocused() { }
|
|
|