| Index: src/disassembler.cc
|
| diff --git a/src/disassembler.cc b/src/disassembler.cc
|
| index 06eb2397eb8d0ecf6278634f5448206c854055a2..17a0c6b69fe723d15879085a020937a8e61c1c22 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();
|
|
|