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

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..712545f4572ad062c14934a6cceeed3fad498363 100644
--- a/Source/core/dom/DocumentSupplementable.h
+++ b/Source/core/dom/DocumentSupplementable.h
@@ -28,12 +28,16 @@
#ifndef DocumentSupplementable_h
#define DocumentSupplementable_h
+#include "core/CoreExport.h"
#include "platform/Supplementable.h"
+#include "platform/heap/Handle.h"
namespace blink {
class Document;
+extern template class CORE_TEMPLATE_EXPORT WillBeHeapSupplement<Document>;
tasak 2015/04/22 03:14:48 To fix the following link errors: webcore_shared.d
+
using DocumentSupplementable = WillBeHeapSupplementable<Document>;
using DocumentSupplement = WillBeHeapSupplement<Document>;

Powered by Google App Engine
This is Rietveld 408576698