| Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp b/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp
|
| index 19d5fe9ccae2489429946daf8feb0dcc687dc980..d1da178c2e7b56b272740955db26bf6a7ee3ee3e 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp
|
| @@ -44,8 +44,9 @@ class NotificationImageLoaderTest : public ::testing::Test {
|
|
|
| ~NotificationImageLoaderTest() override {
|
| m_loader->stop();
|
| - Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - memoryCache()->evictResources();
|
| + Platform::current()
|
| + ->getURLLoaderMockFactory()
|
| + ->unregisterAllURLsAndClearMemoryCache();
|
| }
|
|
|
| // Registers a mocked URL. When fetched it will be loaded form the test data
|
|
|