| Index: third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html b/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
|
| index 9a14115ccbe37d8636e6f0f7efc532e949f0ec28..bacf9a0431ca16f80f8de4f1f03b9ec1b33edcc7 100644
|
| --- a/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
|
| +++ b/third_party/WebKit/LayoutTests/media/remoteplayback/prompt-twice-throws.html
|
| @@ -23,6 +23,8 @@
|
| v.src = findMediaFile('video', 'content/test');
|
| document.body.appendChild(v);
|
|
|
| + internals.mediaPlayerRemoteRouteAvailabilityChanged(v, true);
|
| +
|
| var btn = document.getElementById('button');
|
| btn.onclick = function() {
|
| v.remote.prompt();
|
|
|