| Index: src/ic/ic.h
|
| diff --git a/src/ic/ic.h b/src/ic/ic.h
|
| index f12b5bdc1226bb5df40619f83addf78b117a73c9..a9eae10b3c8eb524e1c492a58e59b6994cc64c74 100644
|
| --- a/src/ic/ic.h
|
| +++ b/src/ic/ic.h
|
| @@ -398,6 +398,8 @@ class LoadIC : public IC {
|
| ExtraICState extra_state);
|
| static Handle<Code> initialize_stub_in_optimized_code(
|
| Isolate* isolate, ExtraICState extra_state, State initialization_state);
|
| + static Handle<Code> load_global(Isolate* isolate, Handle<GlobalObject> global,
|
| + Handle<String> name);
|
|
|
| MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object,
|
| Handle<Name> name);
|
|
|