| Index: third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
|
| index 8aee6a105cc3ea9b76bc8a1160b60c185a649f20..71ddc90f9aa03f9da585028c4510714b531bb74c 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef AudioWorklet_h
|
| #define AudioWorklet_h
|
|
|
| -#include "core/workers/Worklet.h"
|
| +#include "core/workers/ThreadedWorklet.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -15,7 +15,7 @@ class LocalFrame;
|
| class ThreadedWorkletMessagingProxy;
|
| class WorkletGlobalScopeProxy;
|
|
|
| -class MODULES_EXPORT AudioWorklet final : public Worklet {
|
| +class MODULES_EXPORT AudioWorklet final : public ThreadedWorklet {
|
| WTF_MAKE_NONCOPYABLE(AudioWorklet);
|
|
|
| public:
|
|
|