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

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

Issue 166903007: IDL compiler: omit header for WindowMediaSource.idl in Python (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove test case 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 | « Source/bindings/tests/results/V8TestInterfacePython.cpp ('k') | 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 ab65c2f5280132e3b9f929e04c463310599d7460..38e368d72d5515c9fa12398d42b3e08626aa6ca0 100644
--- a/Source/modules/mediasource/WindowMediaSource.idl
+++ b/Source/modules/mediasource/WindowMediaSource.idl
@@ -29,7 +29,8 @@
*/
[
- RuntimeEnabled=WebKitMediaSource
+ NoHeader,
+ RuntimeEnabled=WebKitMediaSource,
] partial interface Window {
attribute WebKitMediaSourceConstructor WebKitMediaSource;
attribute WebKitSourceBufferConstructor WebKitSourceBuffer;
« no previous file with comments | « Source/bindings/tests/results/V8TestInterfacePython.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698