Index: src/x64/ic-x64.cc |
diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc |
index b188590ab20aefbd0030d6a5b810116b2a2dc60b..40fdc601d854f3ec3355e906cb4e3d369152122b 100644 |
--- a/src/x64/ic-x64.cc |
+++ b/src/x64/ic-x64.cc |
@@ -734,7 +734,7 @@ static void KeyedStoreGenerateGenericHelper( |
void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, |
- StrictModeFlag strict_mode) { |
+ StrictMode strict_mode) { |
// ----------- S t a t e ------------- |
// -- rax : value |
// -- rcx : key |
@@ -1151,7 +1151,7 @@ void StoreIC::GenerateNormal(MacroAssembler* masm) { |
void StoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm, |
- StrictModeFlag strict_mode) { |
+ StrictMode strict_mode) { |
// ----------- S t a t e ------------- |
// -- rax : value |
// -- rcx : name |
@@ -1172,7 +1172,7 @@ void StoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm, |
void KeyedStoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm, |
- StrictModeFlag strict_mode) { |
+ StrictMode strict_mode) { |
// ----------- S t a t e ------------- |
// -- rax : value |
// -- rcx : key |