Chromium Code Reviews| Index: Source/core/html/HTMLFrameSetElement.idl |
| diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl |
| index 38a5f21424bd288d0cf23f1aa1f06e76c2b46a0c..32710ab4bd9f95d83da7235d6e44ea2b947e4d99 100644 |
| --- a/Source/core/html/HTMLFrameSetElement.idl |
| +++ b/Source/core/html/HTMLFrameSetElement.idl |
| @@ -30,7 +30,9 @@ interface HTMLFrameSetElement : 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 because you add 'onresi
philipj_slow
2014/01/14 09:43:20
Yes.
|
| HTMLFrameSetElement implements WindowEventHandlers; |