| Index: third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapAllocator.h b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| index e05ebb391c9ab62d477a651d606d2f96b7cc27b6..ba8ea48e45d0449d90f11f4498bec41d2af1d64a 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| @@ -51,7 +51,7 @@ class PLATFORM_EXPORT HeapAllocator {
|
| using Visitor = blink::Visitor;
|
| static const bool isGarbageCollected = true;
|
|
|
| - template<typename T>
|
| + template <typename T>
|
| static size_t maxElementCountInBackingStore() {
|
| return maxHeapObjectSize / sizeof(T);
|
| }
|
|
|