| Index: src/context-measure.h
|
| diff --git a/src/context-measure.h b/src/context-measure.h
|
| index 8f2dd314a3718bf1ba1eb2ff1e197cd99c6b9ab7..665c54791260825c04820a9a105dab8715d3a5f7 100644
|
| --- a/src/context-measure.h
|
| +++ b/src/context-measure.h
|
| @@ -19,7 +19,7 @@ class ContextMeasure : public ObjectVisitor {
|
| int Size() { return size_; }
|
| int Count() { return count_; }
|
|
|
| - void VisitPointers(Object** start, Object** end);
|
| + void VisitPointers(Object** start, Object** end) override;
|
|
|
| private:
|
| void MeasureObject(HeapObject* object);
|
|
|