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

Unified Diff: core/svg/SVGElementInstance.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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/scripts/templates/InternalRuntimeFlags.idl.tmpl ('k') | core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGElementInstance.idl
diff --git a/core/svg/SVGElementInstance.idl b/core/svg/SVGElementInstance.idl
index 4344913a73b9edfc70d400434b9006aff33e2e54..8f6a1d84de3cf25b953fec5a72cdd3e2bded5e8e 100644
--- a/core/svg/SVGElementInstance.idl
+++ b/core/svg/SVGElementInstance.idl
@@ -56,7 +56,7 @@ interface SVGElementInstance : EventTarget
[NotEnumerable] attribute EventHandler onmouseout;
[NotEnumerable] attribute EventHandler onmouseover;
[NotEnumerable] attribute EventHandler onmouseup;
- [NotEnumerable] attribute EventHandler onmousewheel;
+ [NotEnumerable] attribute EventHandler onmousewheel; // Deprecated in favor of onwheel.
[NotEnumerable] attribute EventHandler onbeforecut;
[NotEnumerable] attribute EventHandler oncut;
[NotEnumerable] attribute EventHandler onbeforecopy;
@@ -78,4 +78,5 @@ interface SVGElementInstance : EventTarget
[NotEnumerable] attribute EventHandler onselectstart;
[NotEnumerable] attribute EventHandler onsubmit;
[NotEnumerable] attribute EventHandler onunload;
+ [NotEnumerable] attribute EventHandler onwheel;
};
« no previous file with comments | « core/scripts/templates/InternalRuntimeFlags.idl.tmpl ('k') | core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698