Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
index 4470f7c465d86cd09ab970e181c2a1b08fa766c8..de08b5503caace92c4f59c8fbf74ae35bf477071 100644 |
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface3.idl |
@@ -49,4 +49,6 @@ |
[RuntimeEnabled=FeatureName] iterable<any>; |
[RuntimeEnabled=FeatureName, CallWith=ScriptState, RaisesException, ImplementedAs=iterableKeys] Iterator keys(); |
+ |
+ stringifier readonly attribute DOMString readonlyStringifierAttribute; |
}; |