| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 7c17072d5ff061b5a371746fda344d6ef8dc5f18..ba9424a3571012cf673dc458081ae1a1fff4886a 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -192,6 +192,7 @@ interface TestObjectPython {
|
| [Reflect, URL] attribute DOMString urlStringAttribute;
|
| [Reflect=ReflectUrlAttribute, URL] attribute DOMString urlStringAttribute;
|
| [Unforgeable] attribute long unforgeableLongAttribute;
|
| + [Reflect="ReflectUrlAttributeAsAString"] attribute DOMString anotherStringAttribute;
|
|
|
|
|
| // Methods
|
|
|