| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 3a8d2bafa5efe96492e8423ff4904819f399a672..41c0200375869cc0a56366e98a6819f14fdb753e 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -150,7 +150,7 @@
|
| [RuntimeEnabled=Touch] attribute EventHandler ontouchstart;
|
| attribute EventHandler onwebkitfullscreenchange;
|
| attribute EventHandler onwebkitfullscreenerror;
|
| - [ActivityLogging=SetterForAllWorlds] attribute EventHandler onwheel;
|
| + [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventHandler onwheel;
|
| };
|
|
|
| Element implements ParentNode;
|
|
|