Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: third_party/WebKit/Source/platform/Supplementable.h

Issue 1846913009: HeapSupplements are now just Supplements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698