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

Unified Diff: modules/mediasource/MediaSource.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « modules/indexeddb/IDBVersionChangeEvent.idl ('k') | modules/mediasource/SourceBuffer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediasource/MediaSource.idl
diff --git a/modules/mediasource/MediaSource.idl b/modules/mediasource/MediaSource.idl
index 24a08d23f557418740e3e0467274860ff1161df0..a5bf84f12e0d4780680ef616beb76809610dfd71 100644
--- a/modules/mediasource/MediaSource.idl
+++ b/modules/mediasource/MediaSource.idl
@@ -29,10 +29,10 @@
*/
[
- RuntimeEnabled=MediaSource,
ActiveDOMObject,
Constructor,
- ConstructorCallWith=ExecutionContext
+ ConstructorCallWith=ExecutionContext,
+ RuntimeEnabled=MediaSource,
] interface MediaSource : EventTarget {
// All the source buffers created by this object.
readonly attribute SourceBufferList sourceBuffers;
@@ -40,7 +40,7 @@
// Subset of sourceBuffers that provide data for the selected/enabled tracks.
readonly attribute SourceBufferList activeSourceBuffers;
- [SetterRaisesException] attribute double duration;
+ [RaisesException=Setter] attribute double duration;
[RaisesException] SourceBuffer addSourceBuffer(DOMString type);
[RaisesException] void removeSourceBuffer(SourceBuffer buffer);
« no previous file with comments | « modules/indexeddb/IDBVersionChangeEvent.idl ('k') | modules/mediasource/SourceBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698