| Index: Source/modules/webaudio/AudioSummingJunction.h
|
| diff --git a/Source/modules/webaudio/AudioSummingJunction.h b/Source/modules/webaudio/AudioSummingJunction.h
|
| index 48fa378ec3943bc100dc22a615dd9377ed60962f..e4db9907e55d2428fb6aa0a18740782e7be48db0 100644
|
| --- a/Source/modules/webaudio/AudioSummingJunction.h
|
| +++ b/Source/modules/webaudio/AudioSummingJunction.h
|
| @@ -57,9 +57,7 @@ public:
|
| AudioNodeOutput* renderingOutput(unsigned i) { return m_renderingOutputs[i]; }
|
| bool isConnected() const { return numberOfRenderingConnections() > 0; }
|
|
|
| -#if !ENABLE(OILPAN)
|
| virtual bool canUpdateState() = 0;
|
| -#endif
|
| virtual void didUpdate() = 0;
|
|
|
| protected:
|
|
|