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

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

Issue 131973012: Add overload support for non-wrapper type vs. primitive type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline IDB tests Created 6 years, 11 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/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 83fabe536a6aea5925f01f05cbe2027175db22e9..fd98e14d445f68093cda019940fd99972ecf1708 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -227,6 +227,8 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
void overloadedMethodA(TestObject? objArg, DOMString strArg);
void overloadedMethodB(DOMString strArg);
void overloadedMethodB([StrictTypeChecking] DOMString strArg);
+ void overloadedMethodC(Dictionary dictionaryArg); // Non-wrapper type
+ void overloadedMethodC(double doubleArg);
// Class methods within JavaScript (like what's used for IDBKeyRange).
static void classMethod();
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/results/V8TestInterfaceConstructor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698