| Index: third_party/WebKit/Source/platform/heap/Visitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| index 443db172a7ead4857fe943db6881ba5ca5b2d90c..d054cd1d5972904162c4d104082ff878af3ba202 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Visitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| @@ -371,7 +371,7 @@ public:
|
|
|
| virtual bool ensureMarked(const void*) = 0;
|
|
|
| - inline MarkingMode markingMode() const { return m_markingMode; }
|
| + inline MarkingMode getMarkingMode() const { return m_markingMode; }
|
|
|
| protected:
|
| explicit Visitor(MarkingMode markingMode)
|
|
|