| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| index e9ed85ebb358383ab8458fcd0332d35f96d334e4..b04fd0404056167f5db2bda899e5eb8f18ffb071 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -70,6 +70,8 @@ public:
|
|
|
| bool matchesEnabledPseudoClass() const override;
|
|
|
| + bool matchesDisabledPseudoClass() const override;
|
| +
|
| bool isEnumeratable() const override { return false; }
|
|
|
| bool isRequired() const;
|
|
|