| Index: third_party/WebKit/Source/core/html/HTMLParamElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLParamElement.cpp b/third_party/WebKit/Source/core/html/HTMLParamElement.cpp
|
| index 605f22024d98af9802f28f4cafdcef7339a8b10c..460d7477281fe961f0fe714a5a1c2db4c4e2de75 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLParamElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLParamElement.cpp
|
| @@ -61,4 +61,4 @@ bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const
|
| return HTMLElement::isURLAttribute(attribute);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|