| Index: Source/core/frame/DOMWindow.h
|
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
|
| index 610ea8f225726e672298f6570565d01229159ea0..e381f3ca1f7224aedf4f50d6fcc5b09533fbaa20 100644
|
| --- a/Source/core/frame/DOMWindow.h
|
| +++ b/Source/core/frame/DOMWindow.h
|
| @@ -257,7 +257,7 @@ enum PageshowEventPersistence {
|
| virtual void removeAllEventListeners() OVERRIDE;
|
|
|
| using EventTarget::dispatchEvent;
|
| - bool dispatchEvent(PassRefPtrWillBeRawPtr<Event> prpEvent, PassRefPtr<EventTarget> prpTarget);
|
| + bool dispatchEvent(PassRefPtrWillBeRawPtr<Event> prpEvent, PassRefPtrWillBeRawPtr<EventTarget> prpTarget);
|
|
|
| void dispatchLoadEvent();
|
|
|
|
|