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

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

Issue 306543008: Qualify include paths in generated bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: r-b-t and tests Created 6 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/TestTypedefs.idl
diff --git a/Source/bindings/tests/idls/TestTypedefs.idl b/Source/bindings/tests/idls/TestTypedefs.idl
index e88ccc2ed2894d8df6867c1de770c1cb62ae5cf1..373a875dc13e37a71de36e7dfff556d6e2beb143 100644
--- a/Source/bindings/tests/idls/TestTypedefs.idl
+++ b/Source/bindings/tests/idls/TestTypedefs.idl
@@ -39,8 +39,8 @@ typedef long[] ArrayOfLongs;
typedef DOMString String;
typedef DOMString[] ArrayOfStrings;
typedef TestCallbackInterface TestCallbackInterfaceType;
-typedef TestSubObjConstructor T;
-typedef (Foo or Bar) FooOrBar;
+typedef TestInterfaceConstructor T;
+typedef (TestInterface or TestInterfaceEmpty) TestInterfaceOrTestInterfaceEmpty;
[
Constructor(String stringArg),
@@ -54,7 +54,7 @@ typedef (Foo or Bar) FooOrBar;
void voidMethodTestCallbackInterfaceTypeArg(TestCallbackInterfaceType testCallbackInterfaceTypeArg);
ULongLong uLongLongMethodTestInterfaceEmptyTypeSequenceArg(sequence<TestInterfaceEmptyType> testInterfaceEmptyTypeSequenceArg);
- FooOrBar fooOrBarMethod();
+ TestInterfaceOrTestInterfaceEmpty testInterfaceOrTestInterfaceEmptyMethod();
ArrayOfStrings arrayOfStringsMethodArrayOfStringsArg(ArrayOfStrings arrayOfStringsArg);
String[] stringArrayMethodStringArrayArg(String[] stringArrayArg);
« no previous file with comments | « Source/bindings/tests/idls/TestInterface2.idl ('k') | Source/bindings/tests/results/V8TestCallbackInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698