Index: Source/bindings/tests/idls/TestInterfaceNode.idl |
diff --git a/Source/bindings/tests/idls/TestInterfaceNode.idl b/Source/bindings/tests/idls/TestInterfaceNode.idl |
index 478ed1baea7fe8805bc16daef7849e3a230374ce..553035a628e8b1f4918383b0c6fdf42caf4cf850 100644 |
--- a/Source/bindings/tests/idls/TestInterfaceNode.idl |
+++ b/Source/bindings/tests/idls/TestInterfaceNode.idl |
@@ -36,4 +36,6 @@ |
attribute EventHandler eventHandlerAttribute; |
[Reflect] attribute DOMString reflectStringAttribute; |
[Reflect, URL] attribute DOMString reflectUrlStringAttribute; |
+ |
+ TestInterfaceEmpty testInterfaceEmptyMethod(); |
}; |