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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html

Issue 1428383002: Make ResourceFetcher::m_documentResources use WeakPtr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODOs Created 5 years 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html
index ff9c496f9bcaee8c6622a3a32770308d2f63c45d..f7c91730c96cfe47b18b6b15f5fddd02818f9408 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/from-disk-cache-timing.html
@@ -20,8 +20,6 @@ function unloadScript()
function gc()
{
- if (window.internals)
- window.internals.garbageCollectDocumentResources(document);
// In Oilpan, Resource objects are not destructed until GC.
if (window.GCController)
GCController.collectAll();

Powered by Google App Engine
This is Rietveld 408576698