summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webmidi/midi_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webmidi/midi_access.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webmidi/midi_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webmidi/midi_access.h b/chromium/third_party/blink/renderer/modules/webmidi/midi_access.h
index bbc5d585898..e44f4e1cc41 100644
--- a/chromium/third_party/blink/renderer/modules/webmidi/midi_access.h
+++ b/chromium/third_party/blink/renderer/modules/webmidi/midi_access.h
@@ -122,7 +122,7 @@ class MIDIAccess final : public EventTargetWithInlineData,
// Eager finalization needed to promptly release m_accessor. Otherwise
// its client back reference could end up being unsafely used during
// the lazy sweeping phase.
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
void Dispose();