| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestSpecialOperations.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestSpecialOperations.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestSpecialOperations.idl
|
| index 0f3c2de1774442f95cead84cffcabb442cdd4d10..73c7c13f298acc20a9e38cbe9cc4b1d6524af2e2 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestSpecialOperations.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestSpecialOperations.idl
|
| @@ -5,8 +5,8 @@
|
| [
|
| OverrideBuiltins,
|
| ] interface TestSpecialOperations {
|
| - // [ImplementedAs], [TypeChecking=Interface], union return, nullability
|
| + // [ImplementedAs], union return, nullability
|
| // [OverrideBuiltins] affects named property operations
|
| [ImplementedAs=getItem] getter (Node or NodeList) namedItem(DOMString name);
|
| - [TypeChecking=Interface] setter Node (DOMString name, Node? value);
|
| + setter Node (DOMString name, Node? value);
|
| };
|
|
|