| 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 e4a65c4106c00f1f8034d085f9d1d219453ca6ec..1594e999836d5ae7453bc4d7840c449ca8503a0d 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
|
| @@ -122,8 +122,10 @@ 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();
|
|
|