summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h b/chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h
index c583f19ccc7..c8dfbd09918 100644
--- a/chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h
+++ b/chromium/third_party/blink/renderer/modules/keyboard/keyboard_lock.h
@@ -30,7 +30,7 @@ class KeyboardLock final : public GarbageCollected<KeyboardLock>,
ScriptPromise lock(ScriptState*, const Vector<String>&, ExceptionState&);
void unlock(ScriptState*);
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
// Returns true if the local frame is attached to the renderer.