| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index d7a7a69351c037bb08a71c21fe65a5561991ac16..2dd8467e4b178459542dab21389c002685410fb6 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -145,6 +145,8 @@
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onkeyup;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onload;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onmousedown;
|
| + [NotEnumerable, PerWorldBindings] attribute EventListener onmouseenter;
|
| + [NotEnumerable, PerWorldBindings] attribute EventListener onmouseleave;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onmousemove;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onmouseout;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onmouseover;
|
|
|