| 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 0888a44dffed752f7134a5590cdfbcc13b75a5ec..44dba914da985b87b420a242825c82a07e0eb94f 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorklet.h
|
| @@ -28,9 +28,6 @@ public:
|
|
|
| private:
|
| explicit AudioWorklet(LocalFrame*);
|
| -
|
| - // TODO(ikilpatrick): this will change to a raw ptr once we have a thread.
|
| - std::unique_ptr<ThreadedWorkletGlobalScopeProxy> m_workletGlobalScopeProxy;
|
| };
|
|
|
| } // namespace blink
|
|
|