Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(848)

Unified Diff: Source/core/events/UIEvent.h

Issue 683013002: Extract a DOMWindow interface from LocalDOMWindow and use it in the idl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on top of DOMWindow moves and UseCounter overload for Frame Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698