| Index: content/test/data/media/getusermedia.html
|
| diff --git a/content/test/data/media/getusermedia.html b/content/test/data/media/getusermedia.html
|
| index 0e98cc6c110f03b651a4372425d72e3da7ea6a16..f066a8a195e8741c5662ef0f622c5e94492789f8 100644
|
| --- a/content/test/data/media/getusermedia.html
|
| +++ b/content/test/data/media/getusermedia.html
|
| @@ -29,7 +29,8 @@
|
| // Creates a MediaStream and renders it locally. When the video is detected to
|
| // be rolling, the stream should be stopped.
|
| function getUserMediaAndStop(constraints) {
|
| - console.log('Calling getUserMediaAndStop.');
|
| + console.log('Calling getUserMediaAndStop. constraints : ' +
|
| + JSON.stringify(constraints));
|
| navigator.webkitGetUserMedia(
|
| constraints,
|
| function(stream) {
|
|
|