Index: runtime/vm/scavenger.h |
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h |
index dc51a1b39369551ba0888bec77d095b656c8695b..d265ab9ecf2835d0a9c699cf781cf15813a3c36e 100644 |
--- a/runtime/vm/scavenger.h |
+++ b/runtime/vm/scavenger.h |
@@ -268,6 +268,8 @@ class Scavenger { |
return end_ < to_->end(); |
} |
+ void UpdateMaxHeapCapacity(); |
+ |
void ProcessWeakTables(); |
intptr_t NewSizeInWords(intptr_t old_size_in_words) const; |