| Index: Source/core/testing/InternalDictionaryDerived.idl
|
| diff --git a/Source/core/testing/InternalDictionaryDerived.idl b/Source/core/testing/InternalDictionaryDerived.idl
|
| index 5d8da8694a175bc10cd4795897bb0c22e67f67ff..63ec5fdc7c306af957ef351b752bec8d8281e236 100644
|
| --- a/Source/core/testing/InternalDictionaryDerived.idl
|
| +++ b/Source/core/testing/InternalDictionaryDerived.idl
|
| @@ -5,4 +5,5 @@
|
| dictionary InternalDictionaryDerived : InternalDictionary {
|
| DOMString derivedStringMember;
|
| DOMString derivedStringMemberWithDefault = "derivedDefaultStringValue";
|
| + required boolean requiredBooleanMember;
|
| };
|
|
|