| Index: third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h b/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
|
| index 99ac1b15a2ebe8cdfae484e6c9d0e940ea1c67ac..62e6da519a713558df6d45374f714dd33a692766 100644
|
| --- a/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/AudioOutputDeviceClientImpl.h
|
| @@ -14,7 +14,7 @@ class AudioOutputDeviceClientImpl : public GarbageCollectedFinalized<AudioOutput
|
| USING_GARBAGE_COLLECTED_MIXIN(AudioOutputDeviceClientImpl);
|
| WTF_MAKE_NONCOPYABLE(AudioOutputDeviceClientImpl);
|
| public:
|
| - static RawPtr<AudioOutputDeviceClientImpl> create();
|
| + static AudioOutputDeviceClientImpl* create();
|
|
|
| ~AudioOutputDeviceClientImpl() override;
|
|
|
|
|