| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 92f2abfbce648a7ad935b127e79c746abc82b8f5..fa048655975574eb6937137f0c565d116c45d998 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -8753,8 +8753,8 @@ class JSArray: public JSObject {
|
| };
|
|
|
|
|
| -MUST_USE_RESULT MaybeObject* CacheInitialJSArrayMaps(
|
| - Context* native_context, Map* initial_map);
|
| +Handle<Object> CacheInitialJSArrayMaps(Handle<Context> native_context,
|
| + Handle<Map> initial_map);
|
|
|
|
|
| // JSRegExpResult is just a JSArray with a specific initial map.
|
|
|