summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h b/chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h
index cc05253b058..73b44e6755a 100644
--- a/chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h
+++ b/chromium/third_party/blink/renderer/modules/device_orientation/device_motion_event.h
@@ -70,7 +70,7 @@ class DeviceMotionEvent final : public Event {
const AtomicString& InterfaceName() const override;
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
Member<const DeviceMotionData> device_motion_data_;