Disable WebAudioDeferPullStatusUpdate (upstream issues) (#32062)

A backports of http://crrev.com/c/7063209
The PR disables a problematic upstream feature WebAudioDeferPullStatusUpdate.
This commit is contained in:
Mikhail
2025-10-28 18:57:20 +00:00
committed by GitHub
parent 9055d8301c
commit f13f385aa8
@@ -0,0 +1,13 @@
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
index 01e8a8e91cf97640f302d82f5c28ccd3e94f51df..3b5d93b1ec6ade3b7e8db8e5bb9f1e35e0fbf748 100644
--- a/third_party/blink/common/features.cc
+++ b/third_party/blink/common/features.cc
@@ -2495,7 +2495,7 @@ BASE_FEATURE(kWebAudioAllowDenormalInProcessing,
// Use deferred pull status update instead of updating the status directly
// on audio thread. See https://crbug.com/40249972.
BASE_FEATURE(kWebAudioDeferPullStatusUpdate,
- base::FEATURE_ENABLED_BY_DEFAULT);
+ base::FEATURE_DISABLED_BY_DEFAULT);
/// Enables cache-aware WebFonts loading. See https://crbug.com/570205.
// The feature is disabled on Android for WebView API issue discussed at