Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
index 4f1149f87da84546c659c758cf0e7f9f12f76e25..1a7e06f8ef67cbb27d6a8a21f78937e01e754c5e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
@@ -42,8 +42,7 @@ namespace blink { |
using namespace HTMLNames; |
inline HTMLOptGroupElement::HTMLOptGroupElement(Document& document) |
- : HTMLElement(optgroupTag, document) { |
-} |
+ : HTMLElement(optgroupTag, document) {} |
// An explicit empty destructor should be in HTMLOptGroupElement.cpp, because |
// if an implicit destructor is used or an empty destructor is defined in |