| 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 deeac44cef50de0731bb46c47e9c9727830efb51..02c96e43c6d07f311fbab78889893614ec3a9cf9 100644
|
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitor.h
|
| @@ -63,7 +63,7 @@ protected:
|
| Impl::registerWeakCellWithCallback(cell, callback);
|
| }
|
|
|
| - inline bool shouldMarkObject(const void* objectPointer)
|
| + inline bool shouldMarkObject(const void* objectPointer) const
|
| {
|
| if (Mode != ThreadLocalMarking)
|
| return true;
|
|
|