| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 2165cca6ed38af5fcb3e928034ec644c8e86fc94..90c0adb6eb323719b43b3ebacee4f78a30acdac0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -104,6 +104,7 @@ public:
|
| bool prepareForCommit() override;
|
| void didChangeVisibilityState() override;
|
|
|
| + void detachChildren();
|
| void willDetachFrameHost();
|
|
|
| LocalDOMWindow* localDOMWindow() const;
|
|
|