Index: bindings/tests/idls/core/TestInterface3.idl |
diff --git a/bindings/tests/idls/TestInterface3.idl b/bindings/tests/idls/core/TestInterface3.idl |
similarity index 96% |
rename from bindings/tests/idls/TestInterface3.idl |
rename to bindings/tests/idls/core/TestInterface3.idl |
index 6b90bdac6770b6b13d0db0b9b52bb60312810ddc..2e209864a6616d723f39da580a75133bd788b071 100644 |
--- a/bindings/tests/idls/TestInterface3.idl |
+++ b/bindings/tests/idls/core/TestInterface3.idl |
@@ -40,7 +40,7 @@ |
[Custom] setter boolean (unsigned long index, Node value); |
[Custom] deleter boolean (unsigned long index); |
- [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter Node (DOMString name); |
+ [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter Node (DOMString name); |
[Custom] setter Node (DOMString name, Node value); |
[Custom] deleter boolean (DOMString name); |
}; |