| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.h b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| index 5b6e0eb6f8eb7994a80200b82da9bbcd107c8efb..48a069c1c9105f3db70849772249e5d1d47ff19e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.h
|
| @@ -62,6 +62,7 @@ private:
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| const AtomicString& formControlType() const override;
|
| bool isDisabledFormControl() const override;
|
| + bool matchesEnabledPseudoClass() const override;
|
| bool isEnumeratable() const override { return true; }
|
| bool supportLabels() const override { return true; }
|
| bool supportsFocus() const override;
|
|
|