Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
index 4c89c9f7d951b495d280ff6058f091b7d42e0597..844a384b7f234c4b7ffb9c6b4935c206f803689a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.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(); |