| Index: third_party/WebKit/Source/modules/webaudio/PeriodicWave.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.h b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.h
|
| index a5629b95721797c519a5beba0a10c414d1daf9ae..1e34ba64d5ab7873e5ec4d0416e605a5dbd9f80d 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.h
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace blink {
|
|
|
| -class AbstractAudioContext;
|
| +class BaseAudioContext;
|
| class ExceptionState;
|
|
|
| class PeriodicWave final : public GarbageCollectedFinalized<PeriodicWave>, public ScriptWrappable {
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| // Creates an arbitrary periodic wave given the frequency components (Fourier coefficients).
|
| static PeriodicWave* create(
|
| - AbstractAudioContext&,
|
| + BaseAudioContext&,
|
| DOMFloat32Array* real,
|
| DOMFloat32Array* imag,
|
| bool normalize,
|
|
|