| Index: third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
|
| index 66be916532592562acd9de4932b12d2938c9bc97..3260c1441846c4d8c7edacd191a06fd549372cd3 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
|
| @@ -107,8 +107,9 @@ class WebFrameSerializerTest : public ::testing::Test {
|
| WebFrameSerializerTest() { m_helper.initialize(); }
|
|
|
| ~WebFrameSerializerTest() override {
|
| - Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| + Platform::current()
|
| + ->getURLLoaderMockFactory()
|
| + ->unregisterAllURLsAndClearMemoryCache();
|
| }
|
|
|
| void registerMockedImageURLLoad(const String& url) {
|
|
|