| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 7afd390b3f3c23767023ac67f2584a81da6a4681..8a60df7e14dcaaf1494a2f91b82e36dff5493d20 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -203,6 +203,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;
|
|
|