| 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 69a25f40225d61aa99083aad2b0963636f65d609..f098efd7434e52c07d7eae05bcea054dcf2db0cf 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;
|
| }
|
|
|
|
|