| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index bb9d0a8e8bb5578ddb0b6819b7bfc939f538c00e..7dfebbdf406ff4afe2facf3b7c4f3252fffdf65d 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -319,8 +319,8 @@ F FUNCTION_CAST(Address addr) {
|
| // Forward declarations for frequently used classes
|
| // (sorted alphabetically)
|
|
|
| -class FreeStoreAllocationPolicy;
|
| -template <typename T, class P = FreeStoreAllocationPolicy> class List;
|
| +class FreeStoreAllocator;
|
| +template <typename T, class P = FreeStoreAllocator> class List;
|
|
|
| } } // namespace v8::internal
|
|
|
|
|