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

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

Issue 1047993002: bindings: Add validation for enum Sequence or Array (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: Source/core/testing/DictionaryTest.h
diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
index 722bb8f68058e8bb08b0db45a4921c1de1343310..fdb9c5eda199544fb619f3c34be7a7fd56cf9baa 100644
--- a/Source/core/testing/DictionaryTest.h
+++ b/Source/core/testing/DictionaryTest.h
@@ -65,6 +65,7 @@ private:
String m_enumMember;
String m_enumMemberWithDefault;
String m_enumOrNullMember;
+ Nullable<Vector<String>> m_enumArrayMember;
RefPtrWillBeMember<Element> m_elementMember;
RefPtrWillBeMember<Element> m_elementOrNullMember;
ScriptValue m_objectMember;

Powered by Google App Engine
This is Rietveld 408576698