Chromium Code Reviews| Index: Source/core/dom/GlobalEventHandlers.idl |
| diff --git a/Source/core/dom/GlobalEventHandlers.idl b/Source/core/dom/GlobalEventHandlers.idl |
| index 880038222f2479710d8847a4be11d78ba783bacb..5a65c5b28f137364cf7fc22fcba1c00fff8cacb3 100644 |
| --- a/Source/core/dom/GlobalEventHandlers.idl |
| +++ b/Source/core/dom/GlobalEventHandlers.idl |
| @@ -77,6 +77,7 @@ |
| attribute EventHandler onprogress; |
| attribute EventHandler onratechange; |
| attribute EventHandler onreset; |
| + attribute EventHandler onresize; |
| attribute EventHandler onscroll; |
| attribute EventHandler onseeked; |
| attribute EventHandler onseeking; |
| @@ -87,6 +88,7 @@ |
| attribute EventHandler onsubmit; |
| attribute EventHandler onsuspend; |
| attribute EventHandler ontimeupdate; |
| + //attribute EventHandler ontoggle; |
|
tkent
2014/01/14 03:19:22
This looks unnecessary.
philipj_slow
2014/01/14 09:43:20
I added it so that the list would match the spec a
tkent
2014/01/14 09:57:16
You are trying to do two things in single CL.
- U
philipj_slow
2014/01/14 10:04:40
To be clear, do you want me to remove the commente
tkent
2014/01/14 10:07:26
The latter.
philipj_slow
2014/01/14 10:09:51
Will do!
|
| attribute EventHandler onvolumechange; |
| attribute EventHandler onwaiting; |
| }; |