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

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

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/tests/idls/TestObj.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestCallback.idl
diff --git a/Source/bindings/tests/idls/TestCallback.idl b/Source/bindings/tests/idls/TestCallback.idl
index d6b1207ba15b9ba075ab809d6c0c6b083bc06fa3..75239f16ea2799ec300db732be0b67fc1fedf3d9 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 callbackWithTestObjParam(TestObj class1Param);
- boolean callbackWithTestObjParam(TestObj class2Param, DOMString strArg);
- long callbackWithNonBoolReturnType(TestObj class3Param);
- [Custom] long customCallback(TestObj testObjParam, TestObj testObjParam);
+ boolean callbackWithTestObjectParam(TestObject class1Param);
+ boolean callbackWithTestObjectParam(TestObject class2Param, DOMString strArg);
+ long callbackWithNonBoolReturnType(TestObject class3Param);
+ [Custom] long customCallback(TestObject testObjParam, TestObject testObjParam);
boolean callbackWithStringList(DOMStringList listParam);
boolean callbackWithBoolean(boolean boolParam);
};
« no previous file with comments | « Source/bindings/scripts/CodeGeneratorV8.pm ('k') | Source/bindings/tests/idls/TestObj.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698