Index: Source/bindings/tests/idls/TestObjectPython.idl |
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl |
index c6902788f8a7522b6df592de2b5f08e1cb63153c..f61c736a986d4836820908be9fc5868c6db1748b 100644 |
--- a/Source/bindings/tests/idls/TestObjectPython.idl |
+++ b/Source/bindings/tests/idls/TestObjectPython.idl |
@@ -168,4 +168,7 @@ interface TestObjectPython { |
[Reflect, URL] attribute DOMString urlStringAttribute; |
[Reflect=ReflectUrlAttribute, URL] attribute DOMString urlStringAttribute; |
[Unforgeable] attribute long unforgeableLongAttribute; |
+ |
+ // Methods |
+ void voidMethod(); |
}; |