| Index: Source/core/testing/DictionaryTest.h
|
| diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
|
| index 722bb8f68058e8bb08b0db45a4921c1de1343310..8708522d5bf6405479b31a0d36e326c3d1e6f798 100644
|
| --- a/Source/core/testing/DictionaryTest.h
|
| +++ b/Source/core/testing/DictionaryTest.h
|
| @@ -73,6 +73,7 @@ private:
|
| RefPtrWillBeMember<EventTarget> m_eventTargetOrNullMember;
|
| String m_derivedStringMember;
|
| String m_derivedStringMemberWithDefault;
|
| + bool m_requiredBooleanMember;
|
| };
|
|
|
| } // namespace blink
|
|
|