| Index: Source/modules/webaudio/AudioNodeOutput.h
|
| diff --git a/Source/modules/webaudio/AudioNodeOutput.h b/Source/modules/webaudio/AudioNodeOutput.h
|
| index 95eb35d608f1867ff9ec4d793f808ae3d38e1060..e044234d61e20600e783a74724032b13835a4639 100644
|
| --- a/Source/modules/webaudio/AudioNodeOutput.h
|
| +++ b/Source/modules/webaudio/AudioNodeOutput.h
|
| @@ -140,8 +140,8 @@ private:
|
| unsigned m_renderingFanOutCount;
|
| unsigned m_renderingParamFanOutCount;
|
|
|
| - HashSet<RefPtr<AudioParam> > m_params;
|
| - typedef HashSet<RefPtr<AudioParam> >::iterator ParamsIterator;
|
| + PersistentHeapHashSet<Member<AudioParam> > m_params;
|
| + typedef PersistentHeapHashSet<Member<AudioParam> >::iterator ParamsIterator;
|
| };
|
|
|
| } // namespace WebCore
|
|
|