| Index: Source/core/dom/GlobalEventHandlers.idl
|
| diff --git a/Source/core/dom/GlobalEventHandlers.idl b/Source/core/dom/GlobalEventHandlers.idl
|
| index 07130b531c0eaecc3586401daba160652269bcd1..1fb4012b7b2403bcee61317929ace34b49281e73 100644
|
| --- a/Source/core/dom/GlobalEventHandlers.idl
|
| +++ b/Source/core/dom/GlobalEventHandlers.idl
|
| @@ -70,9 +70,8 @@
|
| attribute EventHandler onloadedmetadata;
|
| attribute EventHandler onloadstart;
|
| attribute EventHandler onmousedown;
|
| - // FIXME: onmouseevent and onmouseleave should have [LenientThis].
|
| - attribute EventHandler onmouseenter;
|
| - attribute EventHandler onmouseleave;
|
| + [LenientThis] attribute EventHandler onmouseenter;
|
| + [LenientThis] attribute EventHandler onmouseleave;
|
| attribute EventHandler onmousemove;
|
| attribute EventHandler onmouseout;
|
| attribute EventHandler onmouseover;
|
|
|