Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan

This commit is contained in:
Daniel Holbert 2015-06-03 11:47:06 -07:00
parent e714094b42
commit 6c9529bdf3

View File

@ -534,7 +534,7 @@ struct VerifyTraceProtoAndIfaceCacheCalledTracer : public JS::CallbackTracer
: JS::CallbackTracer(rt), ok(false)
{}
void trace(void** thingp, JS::TraceKind kind) {
void trace(void** thingp, JS::TraceKind kind) override {
// We don't do anything here, we only want to verify that
// TraceProtoAndIfaceCache was called.
}