| Index: Source/modules/webaudio/AudioBuffer.h
 | 
| diff --git a/Source/modules/webaudio/AudioBuffer.h b/Source/modules/webaudio/AudioBuffer.h
 | 
| index 92b92ade6beb6610ba73a0004126977dacbd0b90..14687cbc9e81ce76f1876bb0746eecfab796dd6b 100644
 | 
| --- a/Source/modules/webaudio/AudioBuffer.h
 | 
| +++ b/Source/modules/webaudio/AudioBuffer.h
 | 
| @@ -66,6 +66,9 @@ public:
 | 
|  
 | 
|      virtual v8::Handle<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper) override;
 | 
|  
 | 
| +private:
 | 
| +    static PassRefPtr<DOMFloat32Array> createFloat32Array(size_t length);
 | 
| +
 | 
|  protected:
 | 
|      AudioBuffer(unsigned numberOfChannels, size_t numberOfFrames, float sampleRate);
 | 
|      explicit AudioBuffer(AudioBus*);
 | 
| 
 |