| Index: third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| index 02c96e43c6d07f311fbab78889893614ec3a9cf9..14615fb230cad4cd3209753d4a13a47f985ded29 100644
|
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| @@ -57,12 +57,12 @@ public:
|
| return Impl::ensureMarked(objectPointer);
|
| }
|
|
|
| -protected:
|
| void registerWeakCellWithCallback(void** cell, WeakCallback callback) override
|
| {
|
| Impl::registerWeakCellWithCallback(cell, callback);
|
| }
|
|
|
| +protected:
|
| inline bool shouldMarkObject(const void* objectPointer) const
|
| {
|
| if (Mode != ThreadLocalMarking)
|
|
|