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

Unified Diff: bindings/tests/idls/modules/TestPartialInterface3.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 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 | « bindings/tests/idls/modules/TestInterface5.idl ('k') | core/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/tests/idls/modules/TestPartialInterface3.idl
diff --git a/bindings/tests/idls/TestPartialInterface2.idl b/bindings/tests/idls/modules/TestPartialInterface3.idl
similarity index 77%
rename from bindings/tests/idls/TestPartialInterface2.idl
rename to bindings/tests/idls/modules/TestPartialInterface3.idl
index 43abced13b972d6cb37c3a1cea17601aca0850c4..d09f7bdec30b6b323312e886df5c1e094af2a277 100644
--- a/bindings/tests/idls/TestPartialInterface2.idl
+++ b/bindings/tests/idls/modules/TestPartialInterface3.idl
@@ -29,14 +29,17 @@
*/
[
- ImplementedAs=TestPartialInterfaceImplementation, // Conflicts with default partial interface class name
- PerContextEnabled=PartialContextName, // Conflicts with [RuntimeEnabled]
+ ImplementedAs=TestPartialInterfaceImplementation3,
+ PerContextEnabled=PartialContextName3,
] partial interface TestInterface {
- const unsigned short PARTIAL2_UNSIGNED_SHORT = 0;
+ const unsigned short PARTIAL3_UNSIGNED_SHORT = 0;
- attribute long partial2LongAttribute;
- static attribute long partial2StaticLongAttribute;
+ attribute long partial3LongAttribute;
+ static attribute long partial3StaticLongAttribute;
- void partial2VoidMethod();
- static void partial2StaticVoidMethod();
+ void voidMethodPartialOverload(DOMString value);
+ static void voidMethodPartialOverload(DOMString value);
+
+ void partial2VoidMethod(DOMString value);
+ static void partial2StaticVoidMethod(DOMString value);
};
« no previous file with comments | « bindings/tests/idls/modules/TestInterface5.idl ('k') | core/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698