| 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..3ab8ee6e80803a9d51b0e14a7b04687d86999b94 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -393,7 +393,7 @@ private:
|
| unsigned m_parsingInProgress : 1;
|
| unsigned m_valueAttributeWasUpdatedAfterParsing : 1;
|
| unsigned m_canReceiveDroppedFiles : 1;
|
| - unsigned m_hasTouchEventHandler : 1;
|
| + unsigned m_hasPassiveTouchEventHandler : 1;
|
| unsigned m_shouldRevealPassword : 1;
|
| unsigned m_needsToUpdateViewValue : 1;
|
| unsigned m_isPlaceholderVisible : 1;
|
|
|