| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
|
| index ffe8372cc6be9687a1c8b7368dcceb2837571b95..e054269469b599a538751277aea26a04e17d3306 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestImplements.idl
|
| @@ -45,4 +45,7 @@
|
| [Reflect=IMPLEMENTS_REFLECT_CONSTANT] const unsigned short IMPLEMENTS_CONSTANT_2 = 2;
|
|
|
| [RuntimeEnabled=ImplementsFeatureName] attribute Node implementsRuntimeEnabledNodeAttribute;
|
| +
|
| + [NotEnumerable] stringifier;
|
| + [NotEnumerable, RaisesException] serializer;
|
| };
|
|
|