| Index: third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h b/third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h
|
| index 3a54e9b8e997dc973832fe6b899572b5c25f1b3b..0f986b8c506823ca3c4e85e33e239047f0dbc4c3 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h
|
| @@ -53,7 +53,7 @@ public:
|
| void process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) override;
|
|
|
| void setCurve(DOMFloat32Array*);
|
| - DOMFloat32Array* curve() { return m_curve.get(); }
|
| + CrossThreadPersistent<DOMFloat32Array>& curve() { return m_curve; }
|
|
|
| void setOversample(OverSampleType);
|
| OverSampleType oversample() const { return m_oversample; }
|
|
|