| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index 7ac7a4d07774fa82ece50f535cb9405a070643b0..47ed2437a03d6e0d79f656a6332c586979320e85 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -3037,7 +3037,7 @@ class ToBooleanICStub : public HydrogenCodeStub {
|
| Types() : EnumSet<Type, uint16_t>(0) {}
|
| explicit Types(uint16_t bits) : EnumSet<Type, uint16_t>(bits) {}
|
|
|
| - bool UpdateStatus(Handle<Object> object);
|
| + bool UpdateStatus(Isolate* isolate, Handle<Object> object);
|
| bool NeedsMap() const;
|
| bool CanBeUndetectable() const {
|
| return Contains(ToBooleanICStub::SPEC_OBJECT);
|
|
|