Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
index 63af742771c67bcdf0fbf27c3c4e2dede9fa26cb..fae3a93bcf919b88125d82a49e5ae94094d975b5 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
+++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h |
@@ -290,10 +290,10 @@ class MODULES_EXPORT BaseAudioContext |
void lock() { deferredTaskHandler().lock(); } |
bool tryLock() { return deferredTaskHandler().tryLock(); } |
void unlock() { deferredTaskHandler().unlock(); } |
-#if DCHECK_IS_ON() |
+ |
// 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. |