Index: Source/core/loader/FrameFetchContextTest.cpp |
diff --git a/Source/core/loader/FrameFetchContextTest.cpp b/Source/core/loader/FrameFetchContextTest.cpp |
index 8d570b147aeca64b7dbabeafa16226699963884c..5b89caba3dc07a982678a4515c3fd5af7f5c9317 100644 |
--- a/Source/core/loader/FrameFetchContextTest.cpp |
+++ b/Source/core/loader/FrameFetchContextTest.cpp |
@@ -433,6 +433,7 @@ TEST_F(FrameFetchContextCachePolicyTest, MainResource) |
childDocumentLoader->detachFromFrame(); |
childDocumentLoader.clear(); |
+ childFrame->detach(FrameDetachType::Remove); |
} |
} // namespace |