Chromium Code Reviews| 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 d72d921177bff9b414bee04ec6fcb616f204717f..fff57fefeca2bd33704349191ed5d0dacf1fe50c 100644 |
| --- a/tools/dom/templates/html/impl/impl_Navigator.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Navigator.darttemplate |
| @@ -49,7 +49,7 @@ $endif |
| */ |
| @DomName('Navigator.webkitGetUserMedia') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| - @Experimental |
| + @Experimental() |
| Future<MediaStream> getUserMedia({audio: false, video: false}) { |
| var completer = new Completer<MediaStream>(); |
| var options = { |