| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index ba33318916375b8b5ac35239332085883e9b6949..4139fb3a71e513b061cbd6b80e6825f94e459f03 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -140,7 +140,6 @@ class CORE_EXPORT Element : public ContainerNode {
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(paste);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(search);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(selectstart);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(wheel);
|
|
|
| bool hasAttribute(const QualifiedName&) const;
|
| const AtomicString& getAttribute(const QualifiedName&) const;
|
|
|