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

Unified Diff: third_party/WebKit/Source/core/timing/ConsoleMemory.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/core/timing/ConsoleMemory.h
diff --git a/third_party/WebKit/Source/core/timing/ConsoleMemory.h b/third_party/WebKit/Source/core/timing/ConsoleMemory.h
index ad7c0dbadad1df730d5515a06be00645b67d34ef..d1701e3ee510f97fa744dbf73378b241e8740aad 100644
--- a/third_party/WebKit/Source/core/timing/ConsoleMemory.h
+++ b/third_party/WebKit/Source/core/timing/ConsoleMemory.h
@@ -12,14 +12,14 @@ namespace blink {
class Console;
class MemoryInfo;
-class ConsoleMemory final : public GarbageCollected<ConsoleMemory>, public HeapSupplement<Console> {
+class ConsoleMemory final : public GarbageCollected<ConsoleMemory>, public Supplement<Console> {
USING_GARBAGE_COLLECTED_MIXIN(ConsoleMemory);
public:
static ConsoleMemory& from(Console&);
static MemoryInfo* memory(Console&);
static void setMemory(Console&, MemoryInfo*) { }
- DEFINE_INLINE_VIRTUAL_TRACE() { HeapSupplement<Console>::trace(visitor); }
+ DEFINE_INLINE_VIRTUAL_TRACE() { Supplement<Console>::trace(visitor); }
private:
static const char* supplementName() { return "ConsoleMemory"; }
« no previous file with comments | « third_party/WebKit/Source/core/testing/InternalSettings.cpp ('k') | third_party/WebKit/Source/core/timing/ConsoleMemory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698