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

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

Issue 156573002: IDL compiler: avoid include for WindowMediaSource.idl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload 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 7d5eec67589f7b0ebdc15e46846a3dbbde01c347..b28e24317266126e6e9cf316a18e1a8bc6dc9cb8 100644
--- a/Source/modules/mediasource/WindowMediaSource.idl
+++ b/Source/modules/mediasource/WindowMediaSource.idl
@@ -29,6 +29,7 @@
*/
[
+ LegacyImplementedInBaseClass, // Actually no implementation, as just constructors; use to prevent a header from being included
RuntimeEnabled=WebKitMediaSource,
] partial interface Window {
attribute WebKitMediaSourceConstructor WebKitMediaSource;
« 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