| Index: public/platform/WebPrivatePtr.h
|
| diff --git a/public/platform/WebPrivatePtr.h b/public/platform/WebPrivatePtr.h
|
| index 07b84db35c5dccc9f6e46def38fbe1f358cb8d75..0c9b7aaadf60357baf9bf01283a52b1b5298e2cb 100644
|
| --- a/public/platform/WebPrivatePtr.h
|
| +++ b/public/platform/WebPrivatePtr.h
|
| @@ -50,7 +50,7 @@ enum LifetimeManagementType {
|
|
|
| template<typename T>
|
| class LifetimeOf {
|
| - static const bool isGarbageCollected = WTF::IsSubclassOfTemplate<T, GarbageCollected>::value;
|
| + static const bool isGarbageCollected = WTF::IsSubclassOfTemplate<T, GarbageCollected>::value || WTF::IsSubclass<T, GarbageCollectedMixin>::value;
|
| static const bool isRefCountedGarbageCollected = WTF::IsSubclassOfTemplate<T, RefCountedGarbageCollected>::value;
|
| public:
|
| static const LifetimeManagementType value =
|
|
|