| Index: public/web/WebRemoteFrameClient.h
|
| diff --git a/public/web/WebRemoteFrameClient.h b/public/web/WebRemoteFrameClient.h
|
| index e11ca39968867b78b89b4e48da19e2ce85dea1bb..15afdfe4465368bdc471dcb21cb539a1a28b8ada 100644
|
| --- a/public/web/WebRemoteFrameClient.h
|
| +++ b/public/web/WebRemoteFrameClient.h
|
| @@ -21,7 +21,7 @@ public:
|
|
|
| // Notify the embedder that it should remove this frame from the frame tree
|
| // and release any resources associated with it.
|
| - virtual void frameDetached() { }
|
| + virtual void frameDetached(DetachType) { }
|
|
|
| // Notifies the embedder that a postMessage was issued to a remote frame.
|
| virtual void postMessageEvent(
|
|
|