| Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| index f53279ba6999ee45c792a2dad28d4be89227dfb1..e9fe5241ffe60329945577ace0e6988dacbe041a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp
|
| @@ -81,7 +81,8 @@ void HTMLFieldSetElement::invalidateDisabledStateUnder(Element& base) {
|
| }
|
|
|
| void HTMLFieldSetElement::disabledAttributeChanged() {
|
| - // This element must be updated before the style of nodes in its subtree gets recalculated.
|
| + // This element must be updated before the style of nodes in its subtree gets
|
| + // recalculated.
|
| HTMLFormControlElement::disabledAttributeChanged();
|
| invalidateDisabledStateUnder(*this);
|
| }
|
|
|