Commit b3a46ea4 authored by hpayer's avatar hpayer Committed by Commit bot

[heap] Call FreeToBeFreedChunks in TypedSlotSet destructor.

BUG=chromium:650577,chromium:648568

Review-Url: https://codereview.chromium.org/2372933003
Cr-Commit-Position: refs/heads/master@{#39767}
parent ccdfa302
......@@ -325,6 +325,7 @@ class TypedSlotSet {
delete chunk;
chunk = next;
}
FreeToBeFreedChunks();
}
// The slot offset specifies a slot at address page_start_ + offset.
......
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