| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp b/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| index b456ab6b8631aa2bc4866369aed33bab7cda1df7..d2cc440ce6b047523b148bf70b922f3ca7d101e6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.cpp
|
| @@ -66,6 +66,11 @@ bool HTMLOutputElement::isDisabledFormControl() const
|
| return false;
|
| }
|
|
|
| +bool HTMLOutputElement::matchesEnabledPseudoClass() const
|
| +{
|
| + return false;
|
| +}
|
| +
|
| bool HTMLOutputElement::supportsFocus() const
|
| {
|
| return HTMLElement::supportsFocus();
|
|
|