| Index: third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp b/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| index b5bd01b8a9a4941362f46842aed9f37c28d7f714..fbe5a45c42781b934554259992f1660853f0d9aa 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebDocumentSubresourceFilterTest.cpp
|
| @@ -110,8 +110,9 @@ class WebDocumentSubresourceFilterTest : public ::testing::Test {
|
|
|
| // ::testing::Test:
|
| void TearDown() override {
|
| - Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| + Platform::current()
|
| + ->getURLLoaderMockFactory()
|
| + ->unregisterAllURLsAndClearMemoryCache();
|
| }
|
|
|
| SubresourceFilteringWebFrameClient m_client;
|
|
|