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

Unified Diff: modules/mediasource/WindowMediaSource.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/WebKitSourceBufferList.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/WindowMediaSource.idl
diff --git a/modules/mediasource/DOMWindowMediaSource.idl b/modules/mediasource/WindowMediaSource.idl
similarity index 98%
rename from modules/mediasource/DOMWindowMediaSource.idl
rename to modules/mediasource/WindowMediaSource.idl
index 20a0215ad9949be9b300110650df8f713869dc8d..eb6d24b777f842fb92228fb8cdbbbc706e4fb77f 100644
--- a/modules/mediasource/DOMWindowMediaSource.idl
+++ b/modules/mediasource/WindowMediaSource.idl
@@ -27,8 +27,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-partial interface DOMWindow {
+partial interface Window {
[EnabledAtRuntime=webKitMediaSource] attribute WebKitMediaSourceConstructor WebKitMediaSource;
[EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
[EnabledAtRuntime=webKitMediaSource] attribute WebKitSourceBufferListConstructor WebKitSourceBufferList;
-};
+};
« no previous file with comments | « modules/mediasource/WebKitSourceBufferList.idl ('k') | modules/mediastream/MediaStream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698