| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| index f38e945a144e2cd9e5108e8014fc5b2903312d36..2735abb63182db1c6ea4ab6b382a18a4d2ad54db 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
|
| @@ -81,8 +81,9 @@ void HTMLIFrameElement::collectStyleForPresentationAttribute(
|
| } else if (name == alignAttr) {
|
| applyAlignmentAttributeToStyle(value, style);
|
| } else if (name == frameborderAttr) {
|
| - // LocalFrame border doesn't really match the HTML4 spec definition for iframes. It simply adds
|
| - // a presentational hint that the border should be off if set to zero.
|
| + // LocalFrame border doesn't really match the HTML4 spec definition for
|
| + // iframes. It simply adds a presentational hint that the border should be
|
| + // off if set to zero.
|
| if (!value.toInt()) {
|
| // Add a rule that nulls out our border width.
|
| addPropertyToPresentationAttributeStyle(
|
|
|