Index: Source/platform/heap/Handle.h |
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h |
index df14b9ab241901e6d45b31407141745a73207130..6a46cef73a1b9bbf1ee303b986977ceb9d7d81f2 100644 |
--- a/Source/platform/heap/Handle.h |
+++ b/Source/platform/heap/Handle.h |
@@ -794,6 +794,7 @@ template<typename T, typename U> inline bool operator!=(const PassRefPtr<T>& a, |
#define OwnPtrWillBePersistent WebCore::Persistent |
#define OwnPtrWillBeRawPtr WTF::RawPtr |
#define PassOwnPtrWillBeRawPtr WTF::RawPtr |
+#define WeakPtrWillBeMember WebCore::Member |
#define WeakPtrWillBeRawPtr WTF::RawPtr |
#define WeakPtrWillBeWeakMember WebCore::WeakMember |
#define NoBaseWillBeGarbageCollected WebCore::GarbageCollected |
@@ -896,6 +897,7 @@ public: |
#define OwnPtrWillBePersistent WTF::OwnPtr |
#define OwnPtrWillBeRawPtr WTF::OwnPtr |
#define PassOwnPtrWillBeRawPtr WTF::PassOwnPtr |
+#define WeakPtrWillBeMember WTF::WeakPtr |
#define WeakPtrWillBeRawPtr WTF::WeakPtr |
#define WeakPtrWillBeWeakMember WTF::WeakPtr |
#define NoBaseWillBeGarbageCollected WebCore::DummyBase |