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