| Index: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index edc54052660cfb5b1a340f5f5e820540f6f7d193..34e109ac267ab52e7b58af33e4f127c11efe772f 100644
|
| --- a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -47,7 +47,7 @@ public:
|
| protected:
|
| // Methods to be called from MarkingVisitorImpl.
|
|
|
| - inline bool shouldMarkObject(const void*)
|
| + inline bool shouldMarkObject(const void*) const
|
| {
|
| // As this is global marking visitor, we need to mark all objects.
|
| return true;
|
|
|