| Index: src/key-accumulator.h
|
| diff --git a/src/key-accumulator.h b/src/key-accumulator.h
|
| index c6efa6316c4be89b192e9fa182079b13ee113551..8a4d886f515db441e1a8346daf4f0442e1a1dc03 100644
|
| --- a/src/key-accumulator.h
|
| +++ b/src/key-accumulator.h
|
| @@ -43,7 +43,7 @@ class KeyAccumulator final BASE_EMBEDDED {
|
| void AddKeys(Handle<JSObject> array,
|
| AddKeyConversion convert = DO_NOT_CONVERT);
|
| void AddKeysFromProxy(Handle<JSObject> array);
|
| - bool AddKeysFromProxy(Handle<JSProxy> proxy, Handle<FixedArray> keys);
|
| + Maybe<bool> AddKeysFromProxy(Handle<JSProxy> proxy, Handle<FixedArray> keys);
|
| void AddElementKeysFromInterceptor(Handle<JSObject> array);
|
| // Jump to the next level, pushing the current |levelLength_| to
|
| // |levelLengths_| and adding a new list to |elements_|.
|
|
|