Index: Source/bindings/tests/idls/TestObjectPython.idl |
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl |
index f2def4986659d3d334424a1f1e50fbefe18c1e0c..04c4c61f056dd8106b906f82dd07ada5d0d638f2 100644 |
--- a/Source/bindings/tests/idls/TestObjectPython.idl |
+++ b/Source/bindings/tests/idls/TestObjectPython.idl |
@@ -205,6 +205,12 @@ interface TestObjectPython { |
TestInterfaceEmpty testInterfaceEmptyMethod(); |
void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg); |
void voidMethodLongArgTestInterfaceEmptyArg(long longArg, TestInterfaceEmpty testInterfaceEmptyArg); |
+ // DOM node types |
+ void voidMethodAttrArg(Attr attrArg); |
+ void voidMethodDocumentArg(Document documentArg); |
+ void voidMethodDocumentTypeArg(DocumentType documentTypeArg); |
+ void voidMethodElementArg(Element elementArg); |
+ void voidMethodNodeArg(Node nodeArg); |
void voidMethodStringArgLongArg(DOMString stringArg, long longArg); |
}; |