Index: Source/bindings/tests/idls/core/TestDictionary.idl |
diff --git a/Source/bindings/tests/idls/core/TestDictionary.idl b/Source/bindings/tests/idls/core/TestDictionary.idl |
index e250bd20f94164f5b6a31aacb948be4ff62506aa..1b429dd04dfa32435d997b06200944a708b34f6c 100644 |
--- a/Source/bindings/tests/idls/core/TestDictionary.idl |
+++ b/Source/bindings/tests/idls/core/TestDictionary.idl |
@@ -8,7 +8,7 @@ dictionary TestDictionary { |
DOMString stringMember; |
TestInterface testInterfaceMember; |
double? doubleOrNullMember = null; |
- [TypeChecking=Unrestricted] double restrictedDoubleMember = 3.14; |
+ double restrictedDoubleMember = 3.14; |
unrestricted double unrestrictedDoubleMember = 3.14; |
DOMString? stringOrNullMember = "default string value"; |
TestInterface? testInterfaceOrNullMember; |