Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: third_party/WebKit/Source/core/dom/DocumentParser.cpp

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..dcdef84cbf27be8f0408e10b9c2369d239a5a6a0 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;
jochen (gone - plz use gerrit) 2016/01/25 10:00:32 can you strip the ; from the comment?

Powered by Google App Engine
This is Rietveld 408576698