| Index: Source/core/events/OverflowEvent.idl
|
| diff --git a/Source/core/events/OverflowEvent.idl b/Source/core/events/OverflowEvent.idl
|
| index 2e7f88321929841b44262e5af2c2c7550506e61f..b4b0c02b4a3743f874a950c0ba1c24a6e8e3732f 100644
|
| --- a/Source/core/events/OverflowEvent.idl
|
| +++ b/Source/core/events/OverflowEvent.idl
|
| @@ -25,6 +25,7 @@
|
|
|
| [
|
| Constructor(DOMString type, optional OverflowEventInit eventInitDict),
|
| + RuntimeEnabled=OverflowChangedEvent,
|
| ] interface OverflowEvent : Event {
|
| const unsigned short HORIZONTAL = 0;
|
| const unsigned short VERTICAL = 1;
|
|
|