| Index: third_party/WebKit/Source/platform/heap/Heap.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
|
| index 309e02fd1124caf61a15822c223cb39bc34a5df3..5d45a3d7e14e5cc7405d7d319712debfcfdef783 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -356,7 +356,7 @@ protected:
|
| #endif
|
|
|
| public:
|
| - using GarbageCollectedBase = T;
|
| + using GarbageCollectedType = T;
|
|
|
| void* operator new(size_t size)
|
| {
|
|
|