| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index d74e3a05fe6cd6d7da3cb19c20b858e106b0d238..44c21d79388e83ad1913661147c93e82c7bfe5f2 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -503,10 +503,6 @@ bool InputType::shouldSendChangeEventAfterCheckedChanged() {
|
| return true;
|
| }
|
|
|
| -bool InputType::storesValueSeparateFromAttribute() {
|
| - return true;
|
| -}
|
| -
|
| bool InputType::shouldDispatchFormControlChangeEvent(String& oldValue,
|
| String& newValue) {
|
| return !equalIgnoringNullity(oldValue, newValue);
|
|
|