| Index: Source/platform/testing/ArenaTestHelpers.h
|
| diff --git a/Source/platform/testing/ArenaTestHelpers.h b/Source/platform/testing/ArenaTestHelpers.h
|
| index d9d8ad3a45646758fdee6e2e02aac6bf5c424f7d..19d3b81c483a8a7b64ce56b6284e78b8b4ee12f2 100644
|
| --- a/Source/platform/testing/ArenaTestHelpers.h
|
| +++ b/Source/platform/testing/ArenaTestHelpers.h
|
| @@ -37,7 +37,7 @@ namespace ArenaTestHelpers {
|
|
|
| // An allocator for the PODArena which tracks the regions which have
|
| // been allocated.
|
| -class TrackedAllocator FINAL : public PODArena::FastMallocAllocator {
|
| +class TrackedAllocator final : public PODArena::FastMallocAllocator {
|
| public:
|
| static PassRefPtr<TrackedAllocator> create()
|
| {
|
|
|