| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 03947a0c939e03916664ddb7f6b332ebb054a575..bb06568b6b865e7a4f38db3a444081f9649960dd 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -302,7 +302,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(securitypolicyviolation);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(selectionchange);
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(selectstart);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(wheel);
|
|
|
| bool ShouldMergeWithLegacyDescription(ViewportDescription::Type) const;
|
| bool ShouldOverrideLegacyDescription(ViewportDescription::Type) const;
|
|
|