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

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

Issue 14988008: Rename DOMPath IDL interface to Path to match the specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/bindings/tests/idls/TestCallback.idl
diff --git a/Source/bindings/tests/idls/TestCallback.idl b/Source/bindings/tests/idls/TestCallback.idl
index ea6a5eb4012ac3a3e45db2287a9e38ebe40f83e5..d6b1207ba15b9ba075ab809d6c0c6b083bc06fa3 100644
--- a/Source/bindings/tests/idls/TestCallback.idl
+++ b/Source/bindings/tests/idls/TestCallback.idl
@@ -30,10 +30,10 @@
// interface for tracking changes in its ouput.
callback interface TestCallback {
boolean callbackWithNoParam();
- boolean callbackWithClass1Param(Class1 class1Param);
- boolean callbackWithClass2Param(Class2 class2Param, DOMString strArg);
- long callbackWithNonBoolReturnType(Class3 class3Param);
- [Custom] long customCallback(Class5 class5Param, Class6 class6Param);
+ boolean callbackWithTestObjParam(TestObj class1Param);
+ boolean callbackWithTestObjParam(TestObj class2Param, DOMString strArg);
+ long callbackWithNonBoolReturnType(TestObj class3Param);
+ [Custom] long customCallback(TestObj testObjParam, TestObj testObjParam);
boolean callbackWithStringList(DOMStringList listParam);
boolean callbackWithBoolean(boolean boolParam);
};
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/tests/idls/TestInterfaceImplementedAs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698