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

Unified Diff: Source/bindings/tests/idls/TestPartialInterfacePython2.idl

Issue 217053007: Revert of Make DOMWrapperWorld::current() return a reference instead of a pointer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Revert 213543004 too Created 6 years, 9 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/TestPartialInterface2.idl b/Source/bindings/tests/idls/TestPartialInterfacePython2.idl
similarity index 84%
rename from Source/bindings/tests/idls/TestPartialInterface2.idl
rename to Source/bindings/tests/idls/TestPartialInterfacePython2.idl
index 43abced13b972d6cb37c3a1cea17601aca0850c4..5e1f6de65ef788d353b1a6bd01eefe7d287648da 100644
--- a/Source/bindings/tests/idls/TestPartialInterface2.idl
+++ b/Source/bindings/tests/idls/TestPartialInterfacePython2.idl
@@ -29,9 +29,9 @@
*/
[
- ImplementedAs=TestPartialInterfaceImplementation, // Conflicts with default partial interface class name
- PerContextEnabled=PartialContextName, // Conflicts with [RuntimeEnabled]
-] partial interface TestInterface {
+ ImplementedAs=TestPartialInterfacePythonImplementation, // Conflicts with default partial interface class name
+ // 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;
attribute long partial2LongAttribute;
« no previous file with comments | « Source/bindings/tests/idls/TestPartialInterfacePython.idl ('k') | Source/bindings/tests/idls/TestSpecialOperations.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698