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

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

Issue 112383002: IDL compiler: sync Python to r163665 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: New test results Created 7 years 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/tests/idls/TestObject.idl ('k') | Source/bindings/tests/results/V8SupportTestInterface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestTypedefs.idl
diff --git a/Source/bindings/tests/idls/TestTypedefs.idl b/Source/bindings/tests/idls/TestTypedefs.idl
index 3ac60945aebb48ff72da5805501c8b93e7773731..46860393ab17d6bcf187908ef55f55f358eb7987 100644
--- a/Source/bindings/tests/idls/TestTypedefs.idl
+++ b/Source/bindings/tests/idls/TestTypedefs.idl
@@ -32,7 +32,7 @@
// changes in its ouput.
[
- Constructor(STRING hello, TEST_CALLBACK testCallback)
+ Constructor(STRING hello, TEST_CALLBACK_INTERFACE testCallbackInterface)
] interface TestTypedefs {
attribute ULONGLONG unsignedLongLongAttr;
@@ -68,7 +68,7 @@ typedef long[] ARRAY_OF_LONGS;
typedef SVGPoint SVGPOINT;
typedef DOMString STRING;
typedef DOMString[] ARRAY_OF_STRINGS;
-typedef TestCallback TEST_CALLBACK;
+typedef TestCallbackInterface TEST_CALLBACK_INTERFACE;
typedef TestSubObjConstructor T;
typedef Array ARRAY;
typedef DOMException E;
« no previous file with comments | « Source/bindings/tests/idls/TestObject.idl ('k') | Source/bindings/tests/results/V8SupportTestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698