| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index d1db19fa949a928f6d81c169c3139fecc086dba0..663e29e9539a3f7135566c0b78f523bf0c5c5259 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -193,6 +193,8 @@
|
| // recurse on its child frames.
|
| void sendOrientationChangeEvent();
|
|
|
| + void willDetachDocumentFromFrame();
|
| +
|
| EventQueue* getEventQueue() const;
|
| void enqueueWindowEvent(Event*);
|
| void enqueueDocumentEvent(Event*);
|
|
|