| 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 a6e9d9bdb914aacc3f87d8a16298c0b403df5a32..e1617c310026b0bd730bb6e4d88501f92c70a71f 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -227,7 +227,8 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
|
| void documentWasClosed();
|
| void statePopped(PassRefPtr<SerializedScriptValue>);
|
|
|
| - // FIXME: This shouldn't be public once LocalDOMWindow becomes ExecutionContext.
|
| + // FIXME: This shouldn't be public once LocalDOMWindow becomes
|
| + // ExecutionContext.
|
| void clearEventQueue();
|
|
|
| void acceptLanguagesChanged();
|
|
|