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..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>; |