| Index: third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| index 03410b5aab773e8bea80cd4db4324ff794176575..53c158fbf02b32cbf9f524272e9b02c81b760289 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| @@ -232,8 +232,10 @@ public:
|
| void lock() { deferredTaskHandler().lock(); }
|
| bool tryLock() { return deferredTaskHandler().tryLock(); }
|
| void unlock() { deferredTaskHandler().unlock(); }
|
| +#if ENABLE(ASSERT)
|
| // Returns true if this thread owns the context's lock.
|
| bool isGraphOwner() { return deferredTaskHandler().isGraphOwner(); }
|
| +#endif
|
| using AutoLocker = DeferredTaskHandler::AutoLocker;
|
|
|
| // Returns the maximum numuber of channels we can support.
|
|
|