Index: third_party/WebKit/LayoutTests/media/autoplay-from-mediastream-to-src.html |
diff --git a/third_party/WebKit/LayoutTests/media/autoplay-from-mediastream-to-src.html b/third_party/WebKit/LayoutTests/media/autoplay-from-mediastream-to-src.html |
index 36adfe94fd0760d7645fbcd712339fa1cca5b424..41031e01cab3984e0573e808be0fd4771a87e471 100644 |
--- a/third_party/WebKit/LayoutTests/media/autoplay-from-mediastream-to-src.html |
+++ b/third_party/WebKit/LayoutTests/media/autoplay-from-mediastream-to-src.html |
@@ -9,7 +9,7 @@ |
"This test only works when run as a layout test!"); |
}, "Prerequisites to running the rest of the tests"); |
- window.internals.settings.setMediaPlaybackRequiresUserGesture(true); |
+ window.internals.settings.setAutoplayPolicy('user-gesture-required'); |
async_test(function(t) { |
var v = document.createElement('video'); |