| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 2a2d07c4506fc40244c0f7e0a3c526ee2480b0de..44f805ea2f0638e92bda75f9ee80471c1e0f0cba 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -285,7 +285,6 @@ private:
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) final;
|
| void didMoveToNewDocument(Document& oldDocument) final;
|
| - void removeAllEventListeners() final;
|
|
|
| bool hasCustomFocusLogic() const final;
|
| bool isKeyboardFocusable() const final;
|
| @@ -355,7 +354,6 @@ private:
|
| void requiredAttributeChanged() final;
|
| void disabledAttributeChanged() final;
|
|
|
| - void updateTouchEventHandlerRegistry();
|
| void initializeTypeInParsing();
|
| void updateType();
|
|
|
| @@ -393,7 +391,6 @@ private:
|
| unsigned m_parsingInProgress : 1;
|
| unsigned m_valueAttributeWasUpdatedAfterParsing : 1;
|
| unsigned m_canReceiveDroppedFiles : 1;
|
| - unsigned m_hasTouchEventHandler : 1;
|
| unsigned m_shouldRevealPassword : 1;
|
| unsigned m_needsToUpdateViewValue : 1;
|
| unsigned m_isPlaceholderVisible : 1;
|
|
|