| Index: Source/core/dom/GlobalEventHandlers.idl
|
| diff --git a/Source/core/dom/GlobalEventHandlers.idl b/Source/core/dom/GlobalEventHandlers.idl
|
| index d3b2f7df077836db5e0a16db72ac8704dbd0aea7..528338a1a1afa2ddb84dcf947042ace3c00082be 100644
|
| --- a/Source/core/dom/GlobalEventHandlers.idl
|
| +++ b/Source/core/dom/GlobalEventHandlers.idl
|
| @@ -93,7 +93,7 @@
|
| attribute EventHandler onsubmit;
|
| attribute EventHandler onsuspend;
|
| attribute EventHandler ontimeupdate;
|
| - //attribute EventHandler ontoggle;
|
| + attribute EventHandler ontoggle;
|
| attribute EventHandler onvolumechange;
|
| attribute EventHandler onwaiting;
|
| };
|
|
|