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

Unified Diff: tools/dom/idl/dart/dart.idl

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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index 907cbb0c4c336e8313587166c4c6b8102d4a39ea..289bcf60c3676762b4941b41c4a60d9e13866eba 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -184,6 +184,11 @@ interface IDBIndex {
};
[Supplemental]
+interface HTMLMediaElement {
+ DOMString canPlayType([Default=Undefined] optional DOMString type, [Default=Undefined, TreatNullAs=NullString, TreatUndefinedAs=NullString, ForceOptional] optional DOMString keySystem);
+};
+
+[Supplemental]
interface IDBKeyRange {
[DartName=only_] static IDBKeyRange only(any value);
[DartName=lowerBound_] static IDBKeyRange lowerBound(any bound, [ForceOptional] optional boolean open);
@@ -319,4 +324,4 @@ interface Location {
[CustomSetter] attribute DOMString pathname;
[CustomSetter] attribute DOMString search;
[CustomSetter] attribute DOMString hash;
-};
+};
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698