| Index: Source/core/testing/DictionaryTest.h
|
| diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
|
| index 860cddd387ec7e04c2efe7d63079b9e4477184c5..009dfc51b3383abe56b8303a8f734699348c6641 100644
|
| --- a/Source/core/testing/DictionaryTest.h
|
| +++ b/Source/core/testing/DictionaryTest.h
|
| @@ -15,6 +15,7 @@ namespace blink {
|
| class InternalDictionary;
|
|
|
| class DictionaryTest : public GarbageCollectedFinalized<DictionaryTest>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static DictionaryTest* create()
|
| {
|
|
|