| Index: third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.cpp
|
| diff --git a/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.cpp b/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.cpp
|
| index 4120e62c255be05fdc81590c582e8aa056a4b18e..7389fdc04f872145da490b18e068135c2fa35124 100644
|
| --- a/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.cpp
|
| +++ b/third_party/WebKit/Source/modules/audio_output_devices/AudioOutputDeviceClient.cpp
|
| @@ -24,7 +24,7 @@ AudioOutputDeviceClient* AudioOutputDeviceClient::from(ExecutionContext* context
|
| if (!document->frame() || !document->frame()->isLocalFrame())
|
| return nullptr;
|
|
|
| - return static_cast<AudioOutputDeviceClient*>(HeapSupplement<LocalFrame>::from(document->frame(), supplementName()));
|
| + return static_cast<AudioOutputDeviceClient*>(Supplement<LocalFrame>::from(document->frame(), supplementName()));
|
| }
|
|
|
| void provideAudioOutputDeviceClientTo(LocalFrame& frame, RawPtr<AudioOutputDeviceClient> client)
|
|
|