| Index: src/ic/ic-inl.h
|
| diff --git a/src/ic/ic-inl.h b/src/ic/ic-inl.h
|
| index f984cee6ff8fdc77994e738eb947f700da628784..fc65ac79c5c1fb7f400557d8e1b9f60804a7f4d4 100644
|
| --- a/src/ic/ic-inl.h
|
| +++ b/src/ic/ic-inl.h
|
| @@ -129,8 +129,8 @@ void IC::set_target(Code* code) {
|
|
|
| void LoadIC::set_target(Code* code) {
|
| // The contextual mode must be preserved across IC patching.
|
| - DCHECK(GetContextualMode(code->extra_ic_state()) ==
|
| - GetContextualMode(target()->extra_ic_state()));
|
| + DCHECK(LoadICState::GetContextualMode(code->extra_ic_state()) ==
|
| + LoadICState::GetContextualMode(target()->extra_ic_state()));
|
|
|
| IC::set_target(code);
|
| }
|
|
|