| Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| index 585dec1f71edfef74b2d750455901d5eb155803e..aea84aa2697dd34f91c933bb361d052006f7fdb3 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| @@ -176,9 +176,6 @@ public:
|
| PeriodicWave* createPeriodicWave(DOMFloat32Array* real, DOMFloat32Array* imag, ExceptionState&);
|
| PeriodicWave* createPeriodicWave(DOMFloat32Array* real, DOMFloat32Array* imag, const PeriodicWaveConstraints&, ExceptionState&);
|
|
|
| - // Close
|
| - virtual ScriptPromise closeContext(ScriptState*) = 0;
|
| -
|
| // Suspend
|
| virtual ScriptPromise suspendContext(ScriptState*) = 0;
|
|
|
|
|