| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 0eb8eb42ab1962a63d129cceb105f7647c2cd20e..effc829e4858b5e62d1773d9499e20c5bb55a341 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -193,6 +193,8 @@ callback CustomElementConstructor = Element ();
|
| [NotEnumerable] attribute EventListener onkeyup;
|
| [NotEnumerable] attribute EventListener onload;
|
| [NotEnumerable] attribute EventListener onmousedown;
|
| + [NotEnumerable] attribute EventListener onmouseenter;
|
| + [NotEnumerable] attribute EventListener onmouseleave;
|
| [NotEnumerable] attribute EventListener onmousemove;
|
| [NotEnumerable] attribute EventListener onmouseout;
|
| [NotEnumerable] attribute EventListener onmouseover;
|
|
|