Index: Source/bindings/tests/idls/TestNode.idl |
diff --git a/Source/bindings/tests/idls/TestNode.idl b/Source/bindings/tests/idls/TestNode.idl |
index 6231c1fc6fcd0b78e1e3570c8edbc30fbef51e65..a1b13e417e15a9eec9a4c2602a864d6289c3c903 100644 |
--- a/Source/bindings/tests/idls/TestNode.idl |
+++ b/Source/bindings/tests/idls/TestNode.idl |
@@ -22,5 +22,7 @@ |
Constructor, |
DependentLifetime |
] interface TestNode : Node { |
+ attribute DOMString href; |
haraken
2013/10/15 00:15:37
Shall we add a comment that these attributes are f
|
+ [SetterRaisesException] attribute DOMString hrefThrows; |
}; |