summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h b/chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h
index 858d7936ae4..7975e1f373d 100644
--- a/chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h
+++ b/chromium/third_party/blink/renderer/modules/gamepad/gamepad_list.h
@@ -44,7 +44,7 @@ class MODULES_EXPORT GamepadList final : public ScriptWrappable {
Gamepad* item(unsigned index);
unsigned length() const { return device::Gamepads::kItemsLengthCap; }
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
Member<Gamepad> items_[device::Gamepads::kItemsLengthCap];