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