| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index c7ab8cec048b250459fc9c571a4119640a5c2c05..064c76b135310756c539bcc4191f42210c336946 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -2720,7 +2720,7 @@ RUNTIME_FUNCTION(Runtime_Unreachable) {
|
|
|
|
|
| Handle<Object> ToBooleanIC::ToBoolean(Handle<Object> object) {
|
| - ToBooleanStub stub(isolate(), target()->extra_ic_state());
|
| + ToBooleanICStub stub(isolate(), target()->extra_ic_state());
|
| bool to_boolean_value = stub.UpdateStatus(object);
|
| Handle<Code> code = stub.GetCode();
|
| set_target(*code);
|
|
|