summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h b/chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h
index 24aaa2670dd..0687df4f4fb 100644
--- a/chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h
+++ b/chromium/third_party/blink/renderer/modules/crypto/dom_window_crypto.h
@@ -53,7 +53,7 @@ class DOMWindowCrypto final : public GarbageCollected<DOMWindowCrypto>,
Crypto* crypto() const;
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
mutable Member<Crypto> crypto_;