Commit 83789b82 authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Add missing USING_GARBAGE_COLLECTED_MIXIN to RTCQuicStream.

This is required for correct heap tracing, since RTCQuicStream derives
ContextClient, which is a GC mixin.

Bug: 869498
Change-Id: I124c3a23e4a6e670fc3af195fa43498c3f9a857e
Reviewed-on: https://chromium-review.googlesource.com/c/1340790Reviewed-by: default avatarSteve Anton <steveanton@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608920}
parent 57b2034a
......@@ -28,6 +28,7 @@ class MODULES_EXPORT RTCQuicStream final : public EventTargetWithInlineData,
public ContextClient,
public QuicStreamProxy::Delegate {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(RTCQuicStream);
public:
// TODO(steveanton): These maybe should be adjustable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment