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