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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/MutationObserverTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/MutationObserverTest.cpp b/third_party/WebKit/Source/core/dom/MutationObserverTest.cpp
index 14e3c56da174a169687738ed292238de2fd8129c..f027fe27ccace687066108394727ed7a0a29786a 100644
--- a/third_party/WebKit/Source/core/dom/MutationObserverTest.cpp
+++ b/third_party/WebKit/Source/core/dom/MutationObserverTest.cpp
@@ -30,7 +30,7 @@ class EmptyMutationCallback : public MutationCallback {
Member<Document> document_;
};
-}
+} // namespace
TEST(MutationObserverTest, DisconnectCrash) {
Persistent<Document> document = HTMLDocument::Create();

Powered by Google App Engine
This is Rietveld 408576698