| 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/");
|
|
|