| Index: third_party/WebKit/Source/core/html/HTMLTableElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableElement.cpp b/third_party/WebKit/Source/core/html/HTMLTableElement.cpp
|
| index bb838e75c1471152fff8251fe2c0eee706a9455f..6f608f4bb99e79502b2d532a1ed7e522b4ed3398 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableElement.cpp
|
| @@ -4,7 +4,8 @@
|
| * (C) 1998 Waldo Bastian (bastian@kde.org)
|
| * (C) 1999 Lars Knoll (knoll@kde.org)
|
| * (C) 1999 Antti Koivisto (koivisto@kde.org)
|
| - * Copyright (C) 2003, 2004, 2005, 2006, 2008, 2010, 2011 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2003, 2004, 2005, 2006, 2008, 2010, 2011 Apple Inc. All rights
|
| + * reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -339,7 +340,8 @@ void HTMLTableElement::collectStyleForPresentationAttribute(
|
| }
|
| }
|
| } else if (name == rulesAttr) {
|
| - // The presence of a valid rules attribute causes border collapsing to be enabled.
|
| + // The presence of a valid rules attribute causes border collapsing to be
|
| + // enabled.
|
| if (m_rulesAttr != UnsetRules)
|
| addPropertyToPresentationAttributeStyle(style, CSSPropertyBorderCollapse,
|
| CSSValueCollapse);
|
| @@ -523,7 +525,8 @@ StylePropertySet* HTMLTableElement::createSharedCellStyle() {
|
| style->setProperty(CSSPropertyBorderColor, *CSSInheritedValue::create());
|
| break;
|
| case NoBorders:
|
| - // If 'rules=none' then allow any borders set at cell level to take effect.
|
| + // If 'rules=none' then allow any borders set at cell level to take
|
| + // effect.
|
| break;
|
| }
|
|
|
|
|