| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 54128d2cc0caa7ef140c363b7909efc279b4a1bf..1d71094b3cfc4104b6b6a58dd353bfc854ba3a8c 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 postMessageTimerStopped(PostMessageTimer*);
|
| void dispatchMessageEventWithOriginCheck(SecurityOrigin* intendedTargetOrigin, PassRefPtrWillBeRawPtr<Event>, PassRefPtrWillBeRawPtr<ScriptCallStack>);
|
|
|
| // Events
|
|
|