Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: Source/core/dom/Element.h

Issue 27511002: Forward onscroll on body and frameset to window (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sharedidl
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698