| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index f62de230676f5905898350902ad3f0c4aa803cc0..bc365f19f5236c60f36c9c3b263cb6c40762ea8a 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -14390,7 +14390,7 @@ class MediaElement extends _HTMLElement native "HTMLMediaElement" {
|
| @DomName('HTMLMediaElement.canPlayType')
|
| @DocsEditable()
|
| @Unstable()
|
| - String canPlayType(String type, String keySystem) native;
|
| + String canPlayType(String type, [String keySystem]) native;
|
|
|
| @DomName('HTMLMediaElement.load')
|
| @DocsEditable()
|
|
|