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

Unified Diff: Source/core/testing/DictionaryTest.h

Issue 561633003: IDL: Enumerations support in dictionaries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove parens Created 6 years, 3 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
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/testing/DictionaryTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/DictionaryTest.h
diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
index 7c368c19f65e0db8f4a286d57ed221a7ac8ae7c0..beb610b94b7bf9dd359275942f51614ad57a9bf0 100644
--- a/Source/core/testing/DictionaryTest.h
+++ b/Source/core/testing/DictionaryTest.h
@@ -51,6 +51,9 @@ private:
String m_stringMemberWithDefault;
Nullable<Vector<String> > m_stringSequenceMember;
Nullable<Vector<String> > m_stringSequenceOrNullMember;
+ String m_enumMember;
+ String m_enumMemberWithDefault;
+ String m_enumOrNullMember;
RefPtrWillBeMember<Element> m_elementMember;
RefPtrWillBeMember<Element> m_elementOrNullMember;
};
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/core/testing/DictionaryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698