Index: third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp b/third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp |
index 3e3e9e79c715dea4bd1c91717a440aaca9d88abe..f1e7ff71617f931bcf35a05242e0caea58f7196b 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp |
@@ -141,9 +141,7 @@ void AnalyserHandler::setSmoothingTimeConstant(double k, |
} |
void AnalyserHandler::updatePullStatus() { |
-#if DCHECK_IS_ON() |
DCHECK(context()->isGraphOwner()); |
-#endif |
if (output(0).isConnected()) { |
// When an AudioBasicInspectorNode is connected to a downstream node, it |