Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html

Issue 174523002: Reland "Move MemoryCache implementation details out of Resource" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/fetch/ImageResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
diff --git a/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html b/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
index 2fd1111ea304081b80b265e9a1643a6e5c6e9f50..ed9014fd70ed80e9ee9e806d9172eab0700fd52d 100644
--- a/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
+++ b/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html
@@ -33,11 +33,6 @@ function secondImageLoaded()
console.log("Done2.");
}
-function forceCachedResourceLoaderGC() {
- if (window.internals)
- window.internals.garbageCollectDocumentResources();
-}
-
function test()
{
var imageRequest;
@@ -77,9 +72,6 @@ function test()
function step6()
{
- // Force CachedResourceLoader garbage collector run.
- InspectorTest.evaluateInPage("forceCachedResourceLoaderGC()");
-
// Re-request content now that CachedResource should have been destroyed.
delete imageRequest._content;
imageRequest.requestContent(step7);
« no previous file with comments | « no previous file | Source/core/fetch/ImageResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698