| Index: third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h b/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
|
| index afd32cce61f69cb488854e616abac03fc702dfd4..357f56815078ea30a9fbab3d4605f9cec0cfbcd1 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
|
| @@ -122,10 +122,8 @@ public:
|
| // MUST NOT be used in the real-time audio context.
|
| void offlineLock();
|
|
|
| -#if ENABLE(ASSERT)
|
| // Returns true if this thread owns the context's lock.
|
| bool isGraphOwner();
|
| -#endif
|
|
|
| class MODULES_EXPORT AutoLocker {
|
| STACK_ALLOCATED();
|
|
|