| Index: tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Navigator.darttemplate b/tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| index 574a5393e1ce2fd29c1724e2b8ef8103d182592a..d286d149fd23ca1ecb1332003e8599e27be1d9e9 100644
|
| --- a/tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Navigator.darttemplate
|
| @@ -24,7 +24,7 @@ $endif
|
| * window.navigator.getUserMedia(audio: true, video: true).then((stream) {
|
| * var video = new VideoElement()
|
| * ..autoplay = true
|
| - * ..src = Url.createObjectUrl(stream);
|
| + * ..src = Url.createObjectUrlFromStream(stream);
|
| * document.body.append(video);
|
| * });
|
| *
|
|
|