Index: Source/core/html/HTMLBodyElement.idl |
diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl |
index 374f671e49e8a5a2e9375142dff62292e243a7bc..d96c36dbfac0b22b21f2ae18b448814586edb0aa 100644 |
--- a/Source/core/html/HTMLBodyElement.idl |
+++ b/Source/core/html/HTMLBodyElement.idl |
@@ -39,11 +39,12 @@ interface HTMLBodyElement : HTMLElement { |
[Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange; |
- // Overrides of Element attributes (with different implementation in bindings). |
+ // Overrides of GlobalEventHandler attributes |
attribute EventHandler onblur; |
attribute EventHandler onerror; |
attribute EventHandler onfocus; |
attribute EventHandler onload; |
+ attribute EventHandler onscroll; |
// Not implemented yet. |
// attribute EventHandler onafterprint; |