Skip to content
Snippets Groups Projects
Commit 4834eed5 authored by Steve Fink's avatar Steve Fink
Browse files

Bug 13855121 - Do not race with gcBytes, r=jonco

--HG--
extra : rebase_source : 32c6b04e6369092c4de7ff48e72e9bf29fcdf947
parent 6a067a3e
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,5 @@ try {
g = newGlobal()
g.parent = this
g.eval("Debugger(parent).onExceptionUnwind=(function(){})");
gcparam("maxBytes", gcparam("gcBytes"));
gcparam("maxBytes", gcparam("maxBytes") - 8);
gc();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment