Index: Source/core/html/HTMLFrameSetElement.idl |
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl |
index 22a8c2d03d1983e6116720eb5b3e7d6fdf680c4e..b431adb54c0b749c0562323f93d5487caff4e184 100644 |
--- a/Source/core/html/HTMLFrameSetElement.idl |
+++ b/Source/core/html/HTMLFrameSetElement.idl |
@@ -30,6 +30,7 @@ interface HTMLFrameSetElement : HTMLElement { |
attribute EventHandler onerror; |
attribute EventHandler onfocus; |
attribute EventHandler onload; |
+ attribute EventHandler onresize; |
attribute EventHandler onscroll; |
}; |