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

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

Issue 275763002: Compute distinguishing argument index (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Simplify index computation Created 6 years, 7 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/scripts/v8_interface.py ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 273c88ac94f9d85340d019adc964ae8c4195c8a5..339c85a3921162fc67303bc1b01147a638643f5b 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -387,9 +387,9 @@ interface TestObject {
void overloadedMethodA(long longArg);
void overloadedMethodA(long longArg1, long longArg2);
void overloadedMethodB(long longArg);
- void overloadedMethodB(long longArg1, optional long longArg2);
+ void overloadedMethodB(boolean booleanArg, optional long longArg);
void overloadedMethodC(long longArg);
- void overloadedMethodC(long longArg, long... longArgs);
+ void overloadedMethodC(boolean booleanArg, long... longArgs);
void overloadedMethodD(long longArg);
void overloadedMethodD(TestInterfaceEmpty testInterfaceEmptyArg);
void overloadedMethodE(long longArg);
« no previous file with comments | « Source/bindings/scripts/v8_interface.py ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698