| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| index cb4e2da8f909f7d044a8e07bf7eb43ee698b517d..8c0af13479090a4c91c685f4c44ab4576ed19019 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
|
| @@ -92,7 +92,7 @@
|
| {
|
| StubScriptFunction resolved, rejected;
|
| promise.then(resolved.function(scriptState), rejected.function(scriptState));
|
| - v8::MicrotasksScope::PerformCheckpoint(promise.isolate());
|
| + promise.isolate()->RunMicrotasks();
|
| EXPECT_EQ(0ul, resolved.callCount());
|
| EXPECT_EQ(1ul, rejected.callCount());
|
| if (rejected.callCount())
|
|
|