Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 4509) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -157,7 +157,7 @@ |
// states of the generated code. |
enum NopMarkerTypes { |
NON_MARKING_NOP = 0, |
- NAMED_PROPERTY_LOAD_INLINED |
+ PROPERTY_LOAD_INLINED |
}; |
@@ -318,7 +318,7 @@ |
// Load a keyed property, leaving it in r0. The receiver and key are |
// passed on the stack, and remain there. |
- void EmitKeyedLoad(bool is_global); |
+ void EmitKeyedLoad(); |
void LoadFromGlobalSlotCheckExtensions(Slot* slot, |
TypeofState typeof_state, |