Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h

Issue 2017923002: Unbreak release component builds on Windows after https://codereview.chromium.org/2014343002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hmm2 Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698