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

Unified Diff: third_party/WebCore/html/HTMLMediaElement.idl

Issue 10358016: Roll IDL to multivm@477 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
Index: third_party/WebCore/html/HTMLMediaElement.idl
diff --git a/third_party/WebCore/html/HTMLMediaElement.idl b/third_party/WebCore/html/HTMLMediaElement.idl
index 5b9c101ceb2fb12cc86d300030f20664bb016cc6..87854be0f5133456b9e1608b982d00ad36cc6e49 100644
--- a/third_party/WebCore/html/HTMLMediaElement.idl
+++ b/third_party/WebCore/html/HTMLMediaElement.idl
@@ -99,10 +99,6 @@ module html {
// URL passed to src attribute to enable the media source logic.
readonly attribute [V8EnabledAtRuntime=mediaSource, URL] DOMString webkitMediaSourceURL;
- // Manages IDs for appending media to the source.
- [V8EnabledAtRuntime=mediaSource] void webkitSourceAddId(in DOMString id, in DOMString type) raises (DOMException);
- [V8EnabledAtRuntime=mediaSource] void webkitSourceRemoveId(in DOMString id) raises (DOMException);
-
// Appends media to to the source.
[V8EnabledAtRuntime=mediaSource] void webkitSourceAppend(in Uint8Array data) raises (DOMException);
« no previous file with comments | « third_party/WebCore/fileapi/WebKitBlobBuilder.idl ('k') | third_party/WebCore/html/HTMLPropertiesCollection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698