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

Unified Diff: third_party/WebKit/Source/core/workers/DedicatedWorkerTest.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/workers/DedicatedWorkerTest.cpp
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
index 7f2e21edbd5001ce3a1ea70a4e5eb1b5bfe1e71e..4e0b43d70f3e326501671be7c85bfef1f2ff7ad8 100644
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
@@ -120,9 +120,7 @@ class InProcessWorkerMessagingProxyForTest
weak_ptr_factory_.CreateWeakPtr(), GetParentFrameTaskRunners());
}
- ~InProcessWorkerMessagingProxyForTest() override {
- EXPECT_FALSE(blocking_);
- }
+ ~InProcessWorkerMessagingProxyForTest() override { EXPECT_FALSE(blocking_); }
void StartWithSourceCode(const String& source) {
KURL script_url(kParsedURLString, "http://fake.url/");

Powered by Google App Engine
This is Rietveld 408576698