Commit 0828d5e8 authored by kouhei@chromium.org's avatar kouhei@chromium.org

Use GCController.collectAll() in gc()

BUG=340522
NOTRY=true

Review URL: https://codereview.chromium.org/211623006

git-svn-id: svn://svn.chromium.org/blink/trunk@170014 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent aa90d00b
...@@ -651,7 +651,7 @@ function shouldHaveHadError(message) ...@@ -651,7 +651,7 @@ function shouldHaveHadError(message)
function gc() { function gc() {
if (typeof GCController !== "undefined") if (typeof GCController !== "undefined")
GCController.collect(); GCController.collectAll();
else { else {
var gcRec = function (n) { var gcRec = function (n) {
if (n < 1) if (n < 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment