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

Unified Diff: modules/mediasource/WebKitMediaSource.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/mediasource/VideoPlaybackQuality.idl ('k') | modules/mediasource/WebKitSourceBuffer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediasource/WebKitMediaSource.idl
diff --git a/modules/mediasource/WebKitMediaSource.idl b/modules/mediasource/WebKitMediaSource.idl
index 5d127ae478c397c5c544bc153782ec3d8eaac040..4ceea5b988610f0b14d11c216481930261fa5f1d 100644
--- a/modules/mediasource/WebKitMediaSource.idl
+++ b/modules/mediasource/WebKitMediaSource.idl
@@ -29,11 +29,11 @@
*/
[
- NoInterfaceObject,
- RuntimeEnabled=WebKitMediaSource,
ActiveDOMObject,
Constructor,
- ConstructorCallWith=ExecutionContext
+ ConstructorCallWith=ExecutionContext,
+ NoInterfaceObject,
+ RuntimeEnabled=WebKitMediaSource,
] interface WebKitMediaSource : EventTarget {
// All the source buffers created by this object.
readonly attribute WebKitSourceBufferList sourceBuffers;
@@ -41,7 +41,7 @@
// Subset of sourceBuffers that provide data for the selected/enabled tracks.
readonly attribute WebKitSourceBufferList activeSourceBuffers;
- [SetterRaisesException] attribute double duration;
+ [RaisesException=Setter] attribute double duration;
[RaisesException] WebKitSourceBuffer addSourceBuffer(DOMString type);
[RaisesException] void removeSourceBuffer(WebKitSourceBuffer buffer);
@@ -52,4 +52,3 @@
static boolean isTypeSupported (DOMString type);
};
-
« no previous file with comments | « modules/mediasource/VideoPlaybackQuality.idl ('k') | modules/mediasource/WebKitSourceBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698