| Index: third_party/WebKit/Source/platform/Supplementable.h
|
| diff --git a/third_party/WebKit/Source/platform/Supplementable.h b/third_party/WebKit/Source/platform/Supplementable.h
|
| index 88c14ed51a96e62af52fcfc2fe39695e3f077e9a..b2bc6efbfbeeffb4f4f9667bf503a298aaa5c5ce 100644
|
| --- a/third_party/WebKit/Source/platform/Supplementable.h
|
| +++ b/third_party/WebKit/Source/platform/Supplementable.h
|
| @@ -163,9 +163,6 @@ private:
|
| #endif
|
| };
|
|
|
| -// TODO(sof): replace all HeapSupplement<T> uses with Supplement<T>.
|
| -#define HeapSupplement Supplement
|
| -
|
| template<typename T>
|
| struct ThreadingTrait<Supplement<T>> {
|
| static const ThreadAffinity Affinity = ThreadingTrait<T>::Affinity;
|
|
|