| 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 ad7147a8486c9003378eb408ffc25daa1ecaaa63..46685066ec00120d114320cb1e41bbd01fc7cbd9 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| @@ -14,6 +14,7 @@ namespace blink {
|
| template<typename T>
|
| class HeapTerminatedArray : public TerminatedArray<T> {
|
| DISALLOW_NEW();
|
| + IS_GARBAGE_COLLECTED_TYPE();
|
| public:
|
| using TerminatedArray<T>::begin;
|
| using TerminatedArray<T>::end;
|
|
|