| Index: src/lithium-allocator.h
|
| diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h
|
| index d47e33595a03c9d14de7ac2400714930add7b384..6a060de8ff4fadb228e51a12688aa7a382d2fb4c 100644
|
| --- a/src/lithium-allocator.h
|
| +++ b/src/lithium-allocator.h
|
| @@ -445,7 +445,7 @@ class LAllocator BASE_EMBEDDED {
|
| // Returns the register kind required by the given virtual register.
|
| RegisterKind RequiredRegisterKind(int virtual_register) const;
|
|
|
| - bool Allocate(LChunk* chunk);
|
| + bool Allocate(LChunkBase* chunk);
|
|
|
| const ZoneList<LiveRange*>* live_ranges() const { return &live_ranges_; }
|
| const Vector<LiveRange*>* fixed_live_ranges() const {
|
|
|