| 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();
|
|
|
|
|