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

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

Issue 2384273007: reflow comments in core/html/*.{cpp,h},core/html/imports (Closed)
Patch Set: 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/HTMLButtonElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp b/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp
index a8f43484cf6d48324d199a9251482efa373112dc..0a22ee2e22554210fd27b2bbd64f2715526d03f1 100644
--- a/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.cpp
@@ -79,8 +79,8 @@ const AtomicString& HTMLButtonElement::formControlType() const {
bool HTMLButtonElement::isPresentationAttribute(
const QualifiedName& name) const {
if (name == alignAttr) {
- // Don't map 'align' attribute. This matches what Firefox and IE do, but not Opera.
- // See http://bugs.webkit.org/show_bug.cgi?id=12071
+ // Don't map 'align' attribute. This matches what Firefox and IE do, but
+ // not Opera. See http://bugs.webkit.org/show_bug.cgi?id=12071
return false;
}

Powered by Google App Engine
This is Rietveld 408576698