| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index de23737abd637e2faaed5785eeed577273a7af7f..0e23dc224aec33ae01d86562c00ce868f9065ee2 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -168,6 +168,7 @@ public:
|
| void printErrorMessage(const String&);
|
|
|
| void postMessageTimerFired(PostMessageTimer*);
|
| + void removePostMessageTimer(PostMessageTimer*);
|
| void dispatchMessageEventWithOriginCheck(SecurityOrigin* intendedTargetOrigin, PassRefPtrWillBeRawPtr<Event>, PassRefPtrWillBeRawPtr<ScriptCallStack>);
|
|
|
| // Events
|
|
|