| Index: Source/modules/webaudio/AudioNode.h
|
| diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h
|
| index b1fa711671113b30fb17dac1c120f960f74ab6b4..fb63c918e4074285614f0bdf52fa2b851017523d 100644
|
| --- a/Source/modules/webaudio/AudioNode.h
|
| +++ b/Source/modules/webaudio/AudioNode.h
|
| @@ -235,8 +235,10 @@ private:
|
| static int s_nodeCount[NodeTypeEnd];
|
| #endif
|
|
|
| +#if !ENABLE(OILPAN)
|
| virtual void refEventTarget() OVERRIDE FINAL { ref(); }
|
| virtual void derefEventTarget() OVERRIDE FINAL { deref(); }
|
| +#endif
|
|
|
| protected:
|
| unsigned m_channelCount;
|
|
|