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

Unified Diff: Source/modules/mediasource/WindowMediaSource.idl

Issue 163143003: Drop [LegacyImplementedInBaseClass] from WindowMediaSource IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/WindowMediaSource.idl
diff --git a/Source/modules/mediasource/WindowMediaSource.idl b/Source/modules/mediasource/WindowMediaSource.idl
index b28e24317266126e6e9cf316a18e1a8bc6dc9cb8..ab65c2f5280132e3b9f929e04c463310599d7460 100644
--- a/Source/modules/mediasource/WindowMediaSource.idl
+++ b/Source/modules/mediasource/WindowMediaSource.idl
@@ -29,8 +29,7 @@
*/
[
- LegacyImplementedInBaseClass, // Actually no implementation, as just constructors; use to prevent a header from being included
- RuntimeEnabled=WebKitMediaSource,
+ RuntimeEnabled=WebKitMediaSource
] partial interface Window {
attribute WebKitMediaSourceConstructor WebKitMediaSource;
attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698