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

Unified Diff: modules/mediasource/WebKitSourceBuffer.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/WebKitMediaSource.idl ('k') | modules/mediastream/MediaStream.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediasource/WebKitSourceBuffer.idl
diff --git a/modules/mediasource/WebKitSourceBuffer.idl b/modules/mediasource/WebKitSourceBuffer.idl
index da4c15776fbd841199c6543c44b822bc17b64139..c896a673d2c75a74eaac05a08265d3a8ade308d4 100644
--- a/modules/mediasource/WebKitSourceBuffer.idl
+++ b/modules/mediasource/WebKitSourceBuffer.idl
@@ -34,10 +34,10 @@
] interface WebKitSourceBuffer {
// Returns the time ranges buffered.
- [GetterRaisesException] readonly attribute TimeRanges buffered;
+ [RaisesException=Getter] readonly attribute TimeRanges buffered;
// Applies an offset to media segment timestamps.
- [SetterRaisesException] attribute double timestampOffset;
+ [RaisesException=Setter] attribute double timestampOffset;
// Append segment data.
[RaisesException] void append(Uint8Array data);
« no previous file with comments | « modules/mediasource/WebKitMediaSource.idl ('k') | modules/mediastream/MediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698