| Index: third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapAllocator.h b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| index 645e7761f7a0e7d14d532bf07ed497eb07884d6f..e05ebb391c9ab62d477a651d606d2f96b7cc27b6 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
|
| @@ -171,9 +171,8 @@ class PLATFORM_EXPORT HeapAllocator {
|
| template <typename VisitorDispatcher>
|
| static void registerWeakMembers(VisitorDispatcher visitor,
|
| const void* closure,
|
| - const void* object,
|
| WeakCallback callback) {
|
| - visitor->registerWeakMembers(closure, object, callback);
|
| + visitor->registerWeakCallback(const_cast<void*>(closure), callback);
|
| }
|
|
|
| template <typename VisitorDispatcher>
|
|
|