| Index: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| index e404d9b5e34fcc11940293072e69667b1f9e3aa3..195269ea24d9c3b839033119ef0bb99aa499714d 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| @@ -45,8 +45,9 @@ class NotificationResourcesLoaderTest : public ::testing::Test {
|
|
|
| ~NotificationResourcesLoaderTest() override {
|
| m_loader->stop();
|
| - Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - memoryCache()->evictResources();
|
| + Platform::current()
|
| + ->getURLLoaderMockFactory()
|
| + ->unregisterAllURLsAndClearMemoryCache();
|
| }
|
|
|
| protected:
|
|
|