| Index: Source/bindings/tests/results/TestDictionary.cpp
|
| diff --git a/Source/bindings/tests/results/TestDictionary.cpp b/Source/bindings/tests/results/TestDictionary.cpp
|
| index 13c51b042e4778d2f046619612d11fada6a1ce3a..e4a15ed8adc5517a73ba5d5f32d07a480b49f5e3 100644
|
| --- a/Source/bindings/tests/results/TestDictionary.cpp
|
| +++ b/Source/bindings/tests/results/TestDictionary.cpp
|
| @@ -12,6 +12,8 @@ namespace blink {
|
|
|
| TestDictionary::TestDictionary()
|
| {
|
| + setLongMember(1);
|
| + setStringOrNullMember(String("default string value"));
|
| }
|
|
|
| void TestDictionary::trace(Visitor* visitor)
|
|
|