| Index: Source/core/events/OverflowEvent.idl
|
| diff --git a/Source/core/events/OverflowEvent.idl b/Source/core/events/OverflowEvent.idl
|
| index b4b0c02b4a3743f874a950c0ba1c24a6e8e3732f..ea30d9f8e3a9607e8ca80adff24ccd540100c83b 100644
|
| --- a/Source/core/events/OverflowEvent.idl
|
| +++ b/Source/core/events/OverflowEvent.idl
|
| @@ -23,6 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// TODO(philipj): Remove the overflowchanged event. crbug.com/460822
|
| [
|
| Constructor(DOMString type, optional OverflowEventInit eventInitDict),
|
| RuntimeEnabled=OverflowChangedEvent,
|
| @@ -35,4 +36,3 @@
|
| readonly attribute boolean horizontalOverflow;
|
| readonly attribute boolean verticalOverflow;
|
| };
|
| -
|
|
|