| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index 6de5dbc17563d21e82f0fec9aadefca5d49d8e44..0d3c383e54561ce294012bd8ce172c686b24188c 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -868,6 +868,10 @@ public:
|
| ~DummyBase() { }
|
| };
|
|
|
| +// Export this instance to support WillBeGarbageCollectedMixin
|
| +// uses by code residing in non-webcore components.
|
| +template class PLATFORM_EXPORT DummyBase<void>;
|
| +
|
| #define PassRefPtrWillBeRawPtr WTF::PassRefPtr
|
| #define RefCountedWillBeGarbageCollected WTF::RefCounted
|
| #define RefCountedWillBeGarbageCollectedFinalized WTF::RefCounted
|
|
|