summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h b/chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
index 6457522a778..8ccf4baa726 100644
--- a/chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
+++ b/chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.h
@@ -47,7 +47,7 @@ class MediaRemotingInterstitial final : public HTMLDivElement {
HTMLVideoElement& GetVideoElement() const { return *video_element_; }
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
// Node override.