Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index d4e05fdfdf65f7fbf09283030a1930c2baa9d374..94a3b4f3485b1d8549f5bd2e019ddd594e8331c9 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -305,6 +305,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 |