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; |
attribute EventHandler onvolumechange; |
attribute EventHandler onwaiting; |
}; |