Index: Source/bindings/tests/idls/core/TestObject.idl |
diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl |
index 1e3e50a4c4bb4edf7c3c2e5570280f05319bf267..11b004297d9da627cf43149385ae2bd076ce71c3 100644 |
--- a/Source/bindings/tests/idls/core/TestObject.idl |
+++ b/Source/bindings/tests/idls/core/TestObject.idl |
@@ -584,5 +584,5 @@ interface TestObject { |
[ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly; |
[ImplementedInPrivateScript] attribute TestEnum enumForPrivateScript; |
- maplike<long, DOMString>; |
+ maplike<long, DOMStringOrDouble>; |
}; |