| Index: src/key-accumulator.h
|
| diff --git a/src/key-accumulator.h b/src/key-accumulator.h
|
| index 21b68433ec6e4fd35c85b267be01c2d2cf6f0390..8f9cc7c139bca53a5585fd4490eac78ce1d65eb6 100644
|
| --- a/src/key-accumulator.h
|
| +++ b/src/key-accumulator.h
|
| @@ -52,6 +52,7 @@ class KeyAccumulator final BASE_EMBEDDED {
|
| void SortCurrentElementsList();
|
| Handle<FixedArray> GetKeys(GetKeysConversion convert = KEEP_NUMBERS);
|
| int length() { return length_; }
|
| + Isolate* isolate() { return isolate_; }
|
|
|
| private:
|
| bool AddIntegerKey(uint32_t key);
|
|
|