Index: third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h |
diff --git a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h |
index be0bd91725da1e724361f1075283a3d9c6965aba..e87ba2cb6839522877a12490258aa3eed2198f2a 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h |
+++ b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h |
@@ -27,7 +27,8 @@ public: |
private: |
// Allocator describes how HeapTerminatedArrayBuilder should create new intances |
// of TerminateArray and manage their lifetimes. |
- struct Allocator { |
+ struct Allocator final { |
+ STATIC_ONLY(Allocator); |
typedef HeapTerminatedArray* PassPtr; |
typedef RawPtr<HeapTerminatedArray> Ptr; |