Chromium Code Reviews| 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.
|