Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 68745dc22f1133bb736406bf0bca563061ef5971..7ac66950f390f138063f012c5d364c309df057e2 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -562,8 +562,8 @@ void KeyedStoreIC::Clear(Isolate* isolate, Address address, Code* target, |
ConstantPoolArray* constant_pool) { |
if (IsCleared(target)) return; |
SetTargetAtAddress( |
- address, *pre_monomorphic_stub( |
- isolate, StoreIC::GetLanguageMode(target->extra_ic_state())), |
+ address, *pre_monomorphic_stub(isolate, StoreICState::GetLanguageMode( |
+ target->extra_ic_state())), |
Jakob Kummerow
2015/05/22 08:52:51
nit: this indentation looks funny. Maybe pull out
mvstanton
2015/05/22 09:12:56
Yeah, totally agree, will do.
|
constant_pool); |
} |