Chromium Code Reviews| Index: src/full-codegen.cc |
| diff --git a/src/full-codegen.cc b/src/full-codegen.cc |
| index f88c7d42f348303ea1196e6774cb0f2c95465250..ec25b232844916f8eb7b673895ac09b66e4f0e53 100644 |
| --- a/src/full-codegen.cc |
| +++ b/src/full-codegen.cc |
| @@ -452,7 +452,7 @@ void FullCodeGenerator::CallLoadIC(ContextualMode mode, TypeFeedbackId id) { |
| void FullCodeGenerator::CallStoreIC(ContextualMode mode, TypeFeedbackId id) { |
| - Handle<Code> ic = StoreIC::initialize_stub(isolate(), strict_mode(), mode); |
|
mvstanton
2014/01/17 09:47:51
In a follow-on CL I could eliminate the mode argum
|
| + Handle<Code> ic = StoreIC::initialize_stub(isolate(), strict_mode()); |
| CallIC(ic, mode, id); |
| } |