Index: Source/core/html/HTMLBodyElement.idl |
diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl |
index 5fea2d375a8adaa63e04fb4497ef07f4471cea48..6f454c6aeefe38634227b9b80f2686ec92c5930f 100644 |
--- a/Source/core/html/HTMLBodyElement.idl |
+++ b/Source/core/html/HTMLBodyElement.idl |
@@ -33,6 +33,7 @@ interface HTMLBodyElement : HTMLElement { |
attribute EventHandler onerror; |
attribute EventHandler onfocus; |
attribute EventHandler onload; |
+ attribute EventHandler onresize; |
attribute EventHandler onscroll; |
}; |