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 0b0c7faa50c1a7d722ec84a925ac86118cec6528..db5597cc9f9954a0f45602fbf472ba338ece7ab9 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
@@ -351,6 +351,7 @@ private: |
bool isRequiredFormControl() const final; |
bool recalcWillValidate() const final; |
void requiredAttributeChanged() final; |
+ void disabledAttributeChanged() final; |
void updateTouchEventHandlerRegistry(); |
void initializeTypeInParsing(); |