Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 5f467ff40bfa3d68b8bf08b5a8c019f85a5f1be6..72988bf93f6f6b4e4baf0a3572bd687d47598a53 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -304,6 +304,10 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2); |
[DeprecateAs=StaticMethod] static void deprecatedStaticMethod(); |
[DeprecateAs=Constant] const unsigned short DEPRECATED_CONSTANT = 1; |
+ |
+ // PutForwards |
+ [PutForwards=href] readonly attribute TestNode location; |
+ [PutForwards=hrefThrows] readonly attribute TestNode locationWithException; |
}; |
// The following comment should not generate any code |