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

Unified Diff: Source/core/dom/Document.cpp

Issue 1060813005: Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/DocumentSupplementable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 03f31794cfb8cc8ff758972b71f092914846b952..7d61cea7a22f34cc49b5ec8ec2fad3b1efa69d5d 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -5753,6 +5753,8 @@ DEFINE_TRACE(Document)
DocumentLifecycleNotifier::trace(visitor);
}
+template class WillBeHeapSupplement<Document>;
+
} // namespace blink
#ifndef NDEBUG
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/DocumentSupplementable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698