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

Unified Diff: core/dom/UIEvent.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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 | « core/dom/TreeWalker.idl ('k') | core/dom/WebKitAnimationEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/UIEvent.idl
diff --git a/core/dom/UIEvent.idl b/core/dom/UIEvent.idl
index 415078a3934aa51a14c06dcc75d1040154302bb3..09960d7731463c44a97a594111cc3850171a6a96 100644
--- a/core/dom/UIEvent.idl
+++ b/core/dom/UIEvent.idl
@@ -20,13 +20,13 @@
[
ConstructorTemplate=Event
] interface UIEvent : Event {
- [InitializedByEventConstructor] readonly attribute DOMWindow view;
+ [InitializedByEventConstructor] readonly attribute Window 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 DOMWindow view,
+ [Default=Undefined] optional Window view,
[Default=Undefined] optional long detail);
// extensions
« no previous file with comments | « core/dom/TreeWalker.idl ('k') | core/dom/WebKitAnimationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698