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

Unified Diff: core/events/MouseEvent.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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/events/MessageEvent.idl ('k') | core/events/OverflowEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/MouseEvent.idl
diff --git a/core/events/MouseEvent.idl b/core/events/MouseEvent.idl
index 92c3bfb518a679d32abeb73f82e31f7d4527f185..7dd8284bf78d89c4963cf301930e15a756fa0f82 100644
--- a/core/events/MouseEvent.idl
+++ b/core/events/MouseEvent.idl
@@ -18,7 +18,7 @@
*/
[
- ConstructorTemplate=Event
+ EventConstructor,
] interface MouseEvent : UIEvent {
[InitializedByEventConstructor] readonly attribute long screenX;
[InitializedByEventConstructor] readonly attribute long screenY;
@@ -29,7 +29,7 @@
[InitializedByEventConstructor] readonly attribute boolean altKey;
[InitializedByEventConstructor] readonly attribute boolean metaKey;
[InitializedByEventConstructor] readonly attribute unsigned short button;
- [InitializedByEventConstructor] readonly attribute EventTarget relatedTarget;
+ [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
readonly attribute long webkitMovementX;
readonly attribute long webkitMovementY;
« no previous file with comments | « core/events/MessageEvent.idl ('k') | core/events/OverflowEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698