Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h

Issue 2816143003: bindings: Place bool flags in a batch in IDL dictionary (Closed)
Patch Set: comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..069f43e288120e597a64ec23a337f049218f04bb 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,12 @@ 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;

Powered by Google App Engine
This is Rietveld 408576698