| Index: Source/bindings/tests/results/TestDictionary.cpp | 
| diff --git a/Source/bindings/tests/results/TestDictionary.cpp b/Source/bindings/tests/results/TestDictionary.cpp | 
| index e4a15ed8adc5517a73ba5d5f32d07a480b49f5e3..491ecce954c97067497164b140326757ac8ab6a3 100644 | 
| --- a/Source/bindings/tests/results/TestDictionary.cpp | 
| +++ b/Source/bindings/tests/results/TestDictionary.cpp | 
| @@ -14,6 +14,7 @@ TestDictionary::TestDictionary() | 
| { | 
| setLongMember(1); | 
| setStringOrNullMember(String("default string value")); | 
| +    setEnumMember(String("foo")); | 
| } | 
|  | 
| void TestDictionary::trace(Visitor* visitor) | 
|  |