| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| index 4b1d10645b44b17351d98bda3692db1f65750174..cc287ed5294870c2b4a12bbf1a7aa4a7027586c5 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| @@ -59,7 +59,7 @@ class RemotePlayback final : public EventTargetWithInlineData,
|
| bool m_availability;
|
| HeapVector<Member<RemotePlaybackAvailability>> m_availabilityObjects;
|
| Member<HTMLMediaElement> m_mediaElement;
|
| - HeapVector<Member<ScriptPromiseResolver>> m_promptPromiseResolvers;
|
| + Member<ScriptPromiseResolver> m_promptPromiseResolver;
|
| };
|
|
|
| } // namespace blink
|
|
|