Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportsController.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
index e23614ac214b8f263c0307f927b6dd12402e138b..f0c1b2d6d305b83d498e0985d6edcc6696e7558f 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
@@ -46,7 +46,7 @@ class HTMLImportLoader;
class HTMLImportTreeRoot;
class KURL;
-class HTMLImportsController final : public GarbageCollectedFinalized<HTMLImportsController>, public HeapSupplement<Document> {
+class HTMLImportsController final : public GarbageCollectedFinalized<HTMLImportsController>, public Supplement<Document> {
USING_GARBAGE_COLLECTED_MIXIN(HTMLImportsController);
public:
static const char* supplementName();

Powered by Google App Engine