| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index a852a5c602b2ba411f2cc73daa1e0abede1b9639..fed202b7c2c39a6ecba5c1a3047c8fc2fd5b256a 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -1050,8 +1050,8 @@ class KeyedArrayCallStub: public HICStub {
|
| }
|
|
|
| class ContextualBits: public BitField<bool, 0, 1> {};
|
| - STATIC_ASSERT(CallICBase::Contextual::kShift == ContextualBits::kShift);
|
| - STATIC_ASSERT(CallICBase::Contextual::kSize == ContextualBits::kSize);
|
| + STATIC_ASSERT(IC::Contextual::kShift == ContextualBits::kShift);
|
| + STATIC_ASSERT(IC::Contextual::kSize == ContextualBits::kSize);
|
| class HoleyBits: public BitField<bool, 1, 1> {};
|
| STATIC_ASSERT(Code::kArgumentsBits <= kStubMinorKeyBits - 2);
|
| class ArgcBits: public BitField<int, 2, Code::kArgumentsBits> {};
|
|
|