Index: Source/core/events/UIEvent.h |
diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h |
index 328b50fb46c42c39839077f832b0ea015f07d77c..7af717fcc22445e7084dd2ca7c0b96434593660c 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/LocalDOMWindow.h" |
+#include "core/frame/DOMWindow.h" |
namespace blink { |
-typedef LocalDOMWindow AbstractView; |
+typedef DOMWindow AbstractView; |
haraken
2014/10/31 06:07:04
Actually I want to remove this typedef.
Now we ha
|
struct UIEventInit : public EventInit { |
UIEventInit(); |