| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 7ab7bed115742e82c739509dbc163059288e4004..e2de10144750cf1f2a05db8a1d6adf6b746b01ce 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -518,7 +518,7 @@ class LoadStubCompiler: public BaseLoadStoreStubCompiler {
|
| Handle<Code> CompileLoadField(Handle<HeapType> type,
|
| Handle<JSObject> holder,
|
| Handle<Name> name,
|
| - FieldIndex index,
|
| + PropertyIndex index,
|
| Representation representation);
|
|
|
| Handle<Code> CompileLoadCallback(Handle<HeapType> type,
|
| @@ -589,7 +589,7 @@ class LoadStubCompiler: public BaseLoadStoreStubCompiler {
|
|
|
| void GenerateLoadField(Register reg,
|
| Handle<JSObject> holder,
|
| - FieldIndex field,
|
| + PropertyIndex field,
|
| Representation representation);
|
| void GenerateLoadConstant(Handle<Object> value);
|
| void GenerateLoadCallback(Register reg,
|
|
|