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

Unified Diff: Source/core/html/imports/HTMLImportsController.h

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 6 years, 8 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: Source/core/html/imports/HTMLImportsController.h
diff --git a/Source/core/html/imports/HTMLImportsController.h b/Source/core/html/imports/HTMLImportsController.h
index b32673f2746a901c2865950cf04a71b6b39853ae..9f559db556d9a15dd6cede331436fe7bba825977 100644
--- a/Source/core/html/imports/HTMLImportsController.h
+++ b/Source/core/html/imports/HTMLImportsController.h
@@ -49,7 +49,8 @@ class HTMLImportChild;
class HTMLImportChildClient;
class HTMLImportLoader;
-class HTMLImportsController FINAL : public HTMLImport, public DocumentSupplement {
+class HTMLImportsController FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportsController>, public HTMLImport, public DocumentSupplement {
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLImportsController);
WTF_MAKE_FAST_ALLOCATED;
haraken 2014/04/30 02:41:22 Shouldn't this be WTF_MAKE_FAST_ALLOCATED_WILL_BE_
zerny-chromium 2014/04/30 08:29:34 Thanks! Nothing at compile-time disallows defining
public:
static void provideTo(Document&);

Powered by Google App Engine
This is Rietveld 408576698