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