| Index: Source/bindings/tests/idls/core/TestDictionaryDerived.idl | 
| diff --git a/Source/bindings/tests/idls/core/TestDictionaryDerived.idl b/Source/bindings/tests/idls/core/TestDictionaryDerived.idl | 
| index 8e1bc810bcecb75f3a2a22e940fab2ef1dbb716f..9c9982cb902c57d105bfe7b0121fff4701d906b4 100644 | 
| --- a/Source/bindings/tests/idls/core/TestDictionaryDerived.idl | 
| +++ b/Source/bindings/tests/idls/core/TestDictionaryDerived.idl | 
| @@ -7,4 +7,5 @@ | 
| ] dictionary TestDictionaryDerived : TestDictionary { | 
| DOMString derivedStringMember; | 
| DOMString derivedStringMemberWithDefault = "default string value"; | 
| +    required long requiredLongMember; | 
| }; | 
|  |