| Index: src/ia32/ic-ia32.cc
|
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc
|
| index 964db0eb1b649ecd44b953d28ff6a6955734174e..dba58b6de2bc2d2046efc5a1f6b3098f9142faf6 100644
|
| --- a/src/ia32/ic-ia32.cc
|
| +++ b/src/ia32/ic-ia32.cc
|
| @@ -1302,7 +1302,7 @@ void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
|
| // Probe the stub cache.
|
| Code::Flags flags = Code::ComputeFlags(
|
| Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
|
| - Code::NORMAL, Code::LOAD_IC);
|
| + Code::NORMAL);
|
| Isolate::Current()->stub_cache()->GenerateProbe(
|
| masm, flags, edx, ecx, ebx, eax);
|
|
|
|
|