| Index: Source/platform/heap/HeapAllocator.h
|
| diff --git a/Source/platform/heap/HeapAllocator.h b/Source/platform/heap/HeapAllocator.h
|
| index dfc67cb6fd104644dc67d2383b5b5106333c7d10..56bdb529f3a79e79945d891eef56bb4627bf7bf4 100644
|
| --- a/Source/platform/heap/HeapAllocator.h
|
| +++ b/Source/platform/heap/HeapAllocator.h
|
| @@ -135,7 +135,7 @@ public:
|
| }
|
|
|
| template<typename VisitorDispatcher>
|
| - static void registerWeakMembers(VisitorDispatcher visitor, const void* closure, const void* object, WeakPointerCallback callback)
|
| + static void registerWeakMembers(VisitorDispatcher visitor, const void* closure, const void* object, WeakCallback callback)
|
| {
|
| visitor->registerWeakMembers(closure, object, callback);
|
| }
|
|
|