| Index: src/disassembler.cc
|
| diff --git a/src/disassembler.cc b/src/disassembler.cc
|
| index 47e506d1127ef03adc42f26ceb647ced2061c4a2..b6fb0c3076fa66c6405eb494e3761d23b97854e6 100644
|
| --- a/src/disassembler.cc
|
| +++ b/src/disassembler.cc
|
| @@ -197,8 +197,8 @@ static int DecodeIt(Isolate* isolate, std::ostream* os,
|
| Code::Kind kind = code->kind();
|
| if (code->is_inline_cache_stub()) {
|
| if (kind == Code::LOAD_IC &&
|
| - LoadICState::GetContextualMode(code->extra_ic_state()) ==
|
| - CONTEXTUAL) {
|
| + LoadICState::GetTypeofMode(code->extra_ic_state()) ==
|
| + NOT_INSIDE_TYPEOF) {
|
| out.AddFormatted(" contextual,");
|
| }
|
| InlineCacheState ic_state = code->ic_state();
|
|
|