| Index: Source/core/testing/DictionaryTest.h
|
| diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
|
| index 20d579c1f2912e92fab29be1d70b50e26d459b3a..5fe7af452571d288f0916ec0f3538b4f63c92a71 100644
|
| --- a/Source/core/testing/DictionaryTest.h
|
| +++ b/Source/core/testing/DictionaryTest.h
|
| @@ -6,6 +6,7 @@
|
| #define DictionaryTest_h
|
|
|
| #include "bindings/core/v8/Nullable.h"
|
| +#include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/Element.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -56,6 +57,8 @@ private:
|
| String m_enumOrNullMember;
|
| RefPtrWillBeMember<Element> m_elementMember;
|
| RefPtrWillBeMember<Element> m_elementOrNullMember;
|
| + ScriptValue m_objectMember;
|
| + ScriptValue m_objectOrNullMemberWithDefault;
|
| };
|
|
|
| } // namespace blink
|
|
|