| 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 d2c71145ebcee8947fdde7bb2864e7b70aa8f392..946f9cf097b1827e29d49df973c8e9f31d5f36d7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterfacePartial3.idl
|
| @@ -44,5 +44,5 @@
|
| void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
|
| static void partial2StaticVoidMethod(DOMString value);
|
|
|
| - [Unscopeable] void unscopeableVoidMethod();
|
| + [Unscopable] void unscopableVoidMethod();
|
| };
|
|
|