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

Unified Diff: third_party/WebKit/Source/core/html/HTMLIFrameElement.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/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(
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698