summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h b/chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h
index bd5ce902d37..db262dff403 100644
--- a/chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h
+++ b/chromium/third_party/blink/renderer/modules/hid/hid_input_report_event.h
@@ -29,7 +29,7 @@ class HIDInputReportEvent final : public Event {
// Event:
const AtomicString& InterfaceName() const override;
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
Member<HIDDevice> device_;