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

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

Issue 2805813004: bindings: Preprocess IDL types in native_value_traits_type_name(). (Closed)
Patch Set: Rebase after The Blink Rename Created 3 years, 8 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 9501a5d8dfe10a4e845a069a16ff8ebd729b3d27..33e70f3fe6f055e04ce524f3d987106e6735079b 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
@@ -43,6 +43,7 @@
void partial2VoidMethod(Node node);
void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
static void partial2StaticVoidMethod(DOMString value);
+ void partial2VoidTestEnumModulesRecordMethod(record<DOMString, TestEnumModules> arg);
[Unscopable] void unscopableVoidMethod();

Powered by Google App Engine
This is Rietveld 408576698