mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan
This commit is contained in:
parent
e714094b42
commit
6c9529bdf3
@ -534,7 +534,7 @@ struct VerifyTraceProtoAndIfaceCacheCalledTracer : public JS::CallbackTracer
|
|||||||
: JS::CallbackTracer(rt), ok(false)
|
: 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
|
// We don't do anything here, we only want to verify that
|
||||||
// TraceProtoAndIfaceCache was called.
|
// TraceProtoAndIfaceCache was called.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user