| Index: third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp b/third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp
|
| index dc3629c307443bd600f63dc3276846842ac30fc9..fc958cc018614a5a7524d712235eb84533747c9d 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp
|
| @@ -25,7 +25,9 @@ namespace blink {
|
|
|
| class FontResourceTest : public ::testing::Test {
|
| void TearDown() override {
|
| - Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| + Platform::current()
|
| + ->getURLLoaderMockFactory()
|
| + ->unregisterAllURLsAndClearMemoryCache();
|
| }
|
| };
|
|
|
|
|