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

Unified Diff: LayoutTests/resources/js-test.js

Issue 211623006: Use GCController.collectAll() in gc() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: replace gc() 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/resources/js-test.js
diff --git a/LayoutTests/resources/js-test.js b/LayoutTests/resources/js-test.js
index c7762d689ac1ce2956dd0da4b010cbabec3428e6..791b728108f45d6ac91bd9866ee353671718505a 100644
--- a/LayoutTests/resources/js-test.js
+++ b/LayoutTests/resources/js-test.js
@@ -651,7 +651,7 @@ function shouldHaveHadError(message)
function gc() {
if (typeof GCController !== "undefined")
- GCController.collect();
+ GCController.collectAll();
else {
var gcRec = function (n) {
if (n < 1)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698