Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index aac8c9f185a3d2b403500523bcbcff92372eac6d..06767b27d9bc6174d8943baa0a693b39856f56f7 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -260,6 +260,7 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(select); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(submit); |
+ DEFINE_ATTRIBUTE_EVENT_LISTENER(wheel); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(blur); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(error); |