| Index: third_party/WebKit/Source/core/html/HTMLHeadingElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLHeadingElement.cpp b/third_party/WebKit/Source/core/html/HTMLHeadingElement.cpp
|
| index 3948e04fa6dd3127696ec246a0072c9cf780f9b4..55e3d22c286d666dff5f3105946e201578db258a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLHeadingElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLHeadingElement.cpp
|
| @@ -29,4 +29,4 @@ inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tag_name,
|
| : HTMLElement(tag_name, document) {}
|
|
|
| DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLHeadingElement)
|
| -}
|
| +} // namespace blink
|
|
|