| Index: Source/core/svg/SVGElementInstance.idl
|
| diff --git a/Source/core/svg/SVGElementInstance.idl b/Source/core/svg/SVGElementInstance.idl
|
| index 4344913a73b9edfc70d400434b9006aff33e2e54..8f6a1d84de3cf25b953fec5a72cdd3e2bded5e8e 100644
|
| --- a/Source/core/svg/SVGElementInstance.idl
|
| +++ b/Source/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;
|
| };
|
|
|