| Index: Source/core/events/UIEvent.h
|
| diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h
|
| index 65cfa7097d06e813d26a6f8a98a8dc9cfadf68cb..48935975ab03d48042ae5f754ab332430de5f924 100644
|
| --- a/Source/core/events/UIEvent.h
|
| +++ b/Source/core/events/UIEvent.h
|
| @@ -26,11 +26,11 @@
|
|
|
| #include "core/events/Event.h"
|
| #include "core/events/EventDispatchMediator.h"
|
| -#include "core/frame/DOMWindow.h"
|
| +#include "core/frame/LocalDOMWindow.h"
|
|
|
| namespace WebCore {
|
|
|
| -typedef DOMWindow AbstractView;
|
| +typedef LocalDOMWindow AbstractView;
|
|
|
| struct UIEventInit : public EventInit {
|
| UIEventInit();
|
|
|