| Index: Source/core/testing/UnionTypesTest.idl
|
| diff --git a/Source/core/testing/UnionTypesTest.idl b/Source/core/testing/UnionTypesTest.idl
|
| index 751f43ec184937b6eb89f5b5c854305c3c062d47..282969ec181a78e8c79658e50afc11b3944c369f 100644
|
| --- a/Source/core/testing/UnionTypesTest.idl
|
| +++ b/Source/core/testing/UnionTypesTest.idl
|
| @@ -5,5 +5,7 @@
|
| [
|
| GarbageCollected
|
| ] interface UnionTypesTest {
|
| + attribute (double or DOMString) doubleOrStringAttribute;
|
| +
|
| DOMString doubleOrStringArg((double or DOMString) arg);
|
| };
|
|
|