Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: src/context-measure.h

Issue 1425013006: Using override keyword in ObjectVisitor class hierarchy. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/api.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « src/api.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698