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

Unified Diff: Source/core/dom/UIEvent.idl

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months 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
« no previous file with comments | « Source/core/dom/TouchEvent.idl ('k') | Source/core/dom/WheelEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/UIEvent.idl
diff --git a/Source/core/dom/UIEvent.idl b/Source/core/dom/UIEvent.idl
index 09960d7731463c44a97a594111cc3850171a6a96..415078a3934aa51a14c06dcc75d1040154302bb3 100644
--- a/Source/core/dom/UIEvent.idl
+++ b/Source/core/dom/UIEvent.idl
@@ -20,13 +20,13 @@
[
ConstructorTemplate=Event
] interface UIEvent : Event {
- [InitializedByEventConstructor] readonly attribute Window view;
+ [InitializedByEventConstructor] readonly attribute DOMWindow view;
[InitializedByEventConstructor] readonly attribute long detail;
void initUIEvent([Default=Undefined] optional DOMString type,
[Default=Undefined] optional boolean canBubble,
[Default=Undefined] optional boolean cancelable,
- [Default=Undefined] optional Window view,
+ [Default=Undefined] optional DOMWindow view,
[Default=Undefined] optional long detail);
// extensions
« no previous file with comments | « Source/core/dom/TouchEvent.idl ('k') | Source/core/dom/WheelEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698