Chromium Code Reviews| Index: Source/core/html/HTMLBodyElement.idl |
| diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl |
| index 139b34a52a1f3accdd8086317d6e93307d7984cd..9a76e4a86391cc91a4a8bfe8201a67024608225b 100644 |
| --- a/Source/core/html/HTMLBodyElement.idl |
| +++ b/Source/core/html/HTMLBodyElement.idl |
| @@ -33,7 +33,9 @@ interface HTMLBodyElement : HTMLElement { |
| attribute EventHandler onerror; |
| attribute EventHandler onfocus; |
| attribute EventHandler onload; |
| + attribute EventHandler onresize; |
| attribute EventHandler onscroll; |
| }; |
| +// force rebuild: crbug.com/307023 |
|
tkent
2014/01/14 03:19:22
This change is unnecessary, right?
philipj_slow
2014/01/14 09:43:20
Oops, yes, I blindly added it to all implementors
|
| HTMLBodyElement implements WindowEventHandlers; |