| 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 663e29e9539a3f7135566c0b78f523bf0c5c5259..d1db19fa949a928f6d81c169c3139fecc086dba0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -193,8 +193,6 @@ public:
|
| // recurse on its child frames.
|
| void sendOrientationChangeEvent();
|
|
|
| - void willDetachDocumentFromFrame();
|
| -
|
| EventQueue* getEventQueue() const;
|
| void enqueueWindowEvent(Event*);
|
| void enqueueDocumentEvent(Event*);
|
|
|