| Index: third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| index 35b796b6f92a2db4877f73615858a93587bc2459..27cc42349a15e236cd2cfa8c01c7f056733c8ff8 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| @@ -80,6 +80,8 @@ public:
|
| int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override;
|
| void cancelIdleCallback(int id) override;
|
|
|
| + void frameDetached();
|
| +
|
| private:
|
| explicit RemoteDOMWindow(RemoteFrame&);
|
|
|
|
|