Index: Source/core/events/UIEvent.h |
diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h |
index 328b50fb46c42c39839077f832b0ea015f07d77c..778195b1cb0cc39fff4a758decb3b2a6812ed57f 100644 |
--- a/Source/core/events/UIEvent.h |
+++ b/Source/core/events/UIEvent.h |
@@ -26,11 +26,12 @@ |
#include "core/events/Event.h" |
#include "core/events/EventDispatchMediator.h" |
-#include "core/frame/LocalDOMWindow.h" |
+#include "core/frame/DOMWindow.h" |
namespace blink { |
-typedef LocalDOMWindow AbstractView; |
+// FIXME: Get rid of this typedef. |
+typedef DOMWindow AbstractView; |
struct UIEventInit : public EventInit { |
UIEventInit(); |