Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/DocumentParser.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParser.cpp b/third_party/WebKit/Source/core/dom/DocumentParser.cpp |
| index 4413150f1f148746c657c588f13962b672437f21..3856198ffa8dd04404cc8a5295e1ff865b45320b 100644 |
| --- a/third_party/WebKit/Source/core/dom/DocumentParser.cpp |
| +++ b/third_party/WebKit/Source/core/dom/DocumentParser.cpp |
| @@ -114,5 +114,4 @@ void DocumentParser::removeClient(DocumentParserClient* client) |
| m_clients.remove(client); |
| } |
| -}; |
| - |
| +} // namespace blink |