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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2175463002: IDL: Support callback interface in overload resolution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix arg name Created 4 years, 5 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: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
index f18ae1f53e1e8dd356294605f2be36604a6f3ec7..6c1c3781a2ce24e8098865fc1ad837ef38396577 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -475,6 +475,8 @@ interface TestObject {
void overloadedMethodK(DOMString stringArg);
void overloadedMethodL(long longArg, any... restArgs);
void overloadedMethodL(DOMString stringArg, any... restArgs);
+ void overloadedMethodN(TestInterface testInterfaceArg);
+ void overloadedMethodN(TestCallbackInterface testCallbackInterfaceArg);
Promise promiseOverloadMethod();
Promise promiseOverloadMethod(Window arg1, double arg2);

Powered by Google App Engine
This is Rietveld 408576698