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

Unified Diff: Source/core/dom/DocumentSupplementable.h

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
Index: Source/core/dom/DocumentSupplementable.h
diff --git a/Source/core/dom/DocumentSupplementable.h b/Source/core/dom/DocumentSupplementable.h
index 56649e303b628638bc66cfd1c35426848a554f83..44f62b0b52c0d5d98371bddbb1be11556d234eca 100644
--- a/Source/core/dom/DocumentSupplementable.h
+++ b/Source/core/dom/DocumentSupplementable.h
@@ -28,12 +28,15 @@
#ifndef DocumentSupplementable_h
#define DocumentSupplementable_h
+#include "core/CoreExport.h"
#include "platform/Supplementable.h"
namespace blink {
class Document;
+extern template class CORE_TEMPLATE_EXPORT WillBeHeapSupplement<Document>;
+
using DocumentSupplementable = WillBeHeapSupplementable<Document>;
using DocumentSupplement = WillBeHeapSupplement<Document>;
haraken 2015/04/22 05:26:53 Not related to your CL, we want to remove these tw
tasak 2015/04/22 06:59:37 Removed DocumentSupplementable.h.

Powered by Google App Engine
This is Rietveld 408576698