Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 18346012: Make keySystem argument optional in MediaElement.canPlayType. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 5c00a9f14abdf2728ce5dd525649143e8a61158b..0735309190d41f65f2c4ceb4284cc343d898a88f 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -15310,7 +15310,7 @@ class MediaElement extends _HTMLElement {
@DomName('HTMLMediaElement.canPlayType')
@DocsEditable()
@Unstable()
- String canPlayType(String type, String keySystem) native "HTMLMediaElement_canPlayType_Callback";
+ String canPlayType(String type, [String keySystem]) native "HTMLMediaElement_canPlayType_Callback";
@DomName('HTMLMediaElement.load')
@DocsEditable()
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698