| Index: Source/modules/webaudio/AudioNodeInput.h
|
| diff --git a/Source/modules/webaudio/AudioNodeInput.h b/Source/modules/webaudio/AudioNodeInput.h
|
| index 294f170fbd15947c98888b1dd8e5238a001167c7..ae2389bebc02b33d2108bb995cb557c3e2831697 100644
|
| --- a/Source/modules/webaudio/AudioNodeInput.h
|
| +++ b/Source/modules/webaudio/AudioNodeInput.h
|
| @@ -45,7 +45,9 @@ public:
|
|
|
| // AudioSummingJunction
|
| virtual void trace(Visitor*) OVERRIDE;
|
| +#if !ENABLE(OILPAN)
|
| virtual bool canUpdateState() OVERRIDE { return !node().isMarkedForDeletion(); }
|
| +#endif
|
| virtual void didUpdate() OVERRIDE;
|
|
|
| // Can be called from any thread.
|
|
|