Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698