| Index: src/disassembler.cc
|
| diff --git a/src/disassembler.cc b/src/disassembler.cc
|
| index 12aa470780e643e6cc7bb85849b755a88c5ecb90..8fe1e7feddb69a8e73d95627d71dd574e5861442 100644
|
| --- a/src/disassembler.cc
|
| +++ b/src/disassembler.cc
|
| @@ -202,7 +202,7 @@ static int DecodeIt(Isolate* isolate, std::ostream* os,
|
| Code::Kind kind = code->kind();
|
| if (code->is_inline_cache_stub()) {
|
| if (kind == Code::LOAD_GLOBAL_IC &&
|
| - LoadICState::GetTypeofMode(code->extra_ic_state()) ==
|
| + LoadGlobalICState::GetTypeofMode(code->extra_ic_state()) ==
|
| INSIDE_TYPEOF) {
|
| out.AddFormatted(" inside typeof,");
|
| }
|
|
|