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

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

Issue 2393803004: blink: Enforce comment formatting (except in core/layout, for now) (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/HTMLEmbedElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
index 4c4046bab8c55bbe1953856eec0c66413fbf36bc..b7d04644f1e668712bed19336e8311ceaa75e20c 100644
--- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
@@ -108,8 +108,8 @@ void HTMLEmbedElement::parseAttribute(const QualifiedName& name,
requestPluginCreationWithoutLayoutObjectIfPossible();
}
} else if (name == codeAttr) {
- // TODO(schenney): Remove this branch? It's not in the spec and we're not in the
- // HTMLAppletElement hierarchy.
+ // TODO(schenney): Remove this branch? It's not in the spec and we're not in
+ // the HTMLAppletElement hierarchy.
m_url = stripLeadingAndTrailingHTMLSpaces(value);
} else if (name == srcAttr) {
m_url = stripLeadingAndTrailingHTMLSpaces(value);

Powered by Google App Engine
This is Rietveld 408576698