| Index: third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
|
| index cba1420b038428c355a14548a171e714413b9db4..53e7767cec574a76ace9c44e7cd4c55e4a5df52c 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
|
| @@ -49,11 +49,11 @@ class CORE_EXPORT TestDictionaryDerivedImplementedAs : public TestDictionary {
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| + bool m_hasRequiredLongMember = false;
|
| + bool m_hasStringOrDoubleSequenceMember = false;
|
| String m_derivedStringMember;
|
| String m_derivedStringMemberWithDefault;
|
| - bool m_hasRequiredLongMember = false;
|
| int32_t m_requiredLongMember;
|
| - bool m_hasStringOrDoubleSequenceMember = false;
|
| HeapVector<StringOrDouble> m_stringOrDoubleSequenceMember;
|
|
|
| friend class V8TestDictionaryDerivedImplementedAs;
|
|
|