| 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);
|
|
|