Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index a5d4a83711160c0697dd4fb44d03bae274db9f86..e35227f321985105ab8df49cfbefea4384b581d1 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -236,7 +236,6 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(progress); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(ratechange); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(reset); |
- DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(search); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(seeked); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(seeking); |
@@ -263,6 +262,7 @@ public: |
DECLARE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(error); |
DECLARE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(focus); |
DECLARE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(load); |
+ DECLARE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(scroll); |
bool hasAttribute(const QualifiedName&) const; |
const AtomicString& getAttribute(const QualifiedName&) const; |