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

Unified Diff: Source/bindings/tests/idls/TestPartialInterfacePython2.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
Index: Source/bindings/tests/idls/TestPartialInterfacePython2.idl
diff --git a/Source/bindings/tests/idls/TestPartialInterfacePython2.idl b/Source/bindings/tests/idls/TestPartialInterfacePython2.idl
index 5e1f6de65ef788d353b1a6bd01eefe7d287648da..2bab6e8bcaabb80c6f3ae02be2e6a8e8ad4ad38d 100644
--- a/Source/bindings/tests/idls/TestPartialInterfacePython2.idl
+++ b/Source/bindings/tests/idls/TestPartialInterfacePython2.idl
@@ -30,6 +30,7 @@
[
ImplementedAs=TestPartialInterfacePythonImplementation, // Conflicts with default partial interface class name
+ // NoHeader, // FIXME: remove this attribute once switch to Python, as removing; only needed by Python (and not supported by Perl), so no test currently
// PerContextEnabled=PartialContextName, // Conflicts with [RuntimeEnabled]; test disabled because Perl behavior is wrong for static attributes and methods and only one actual use
] partial interface TestInterfacePython {
const unsigned short PARTIAL2_UNSIGNED_SHORT = 0;
« no previous file with comments | « Source/bindings/tests/idls/TestInterfacePython.idl ('k') | Source/bindings/tests/results/V8TestInterfacePython.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698