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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl

Issue 2749253002: bindings: Expand typedefs before generating union files. (Closed)
Patch Set: Created 3 years, 9 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/modules/TestInterfacePartial3.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
index 946f9cf097b1827e29d49df973c8e9f31d5f36d7..9501a5d8dfe10a4e845a069a16ff8ebd729b3d27 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
@@ -45,4 +45,7 @@
static void partial2StaticVoidMethod(DOMString value);
[Unscopable] void unscopableVoidMethod();
+
+ // UnionWithTypedef is a typedef declared in core/TestTypedefs.idl.
+ UnionWithTypedef unionWithTypedefMethod();
};

Powered by Google App Engine
This is Rietveld 408576698