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

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

Issue 724733002: Support for [Clamp] and [EnforceRange] to IDL dictionary. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 66a0bf67737278596a7d819d6666cc18fde53cfb..86525bc75e8f08790862da2576dd0caf53c9de42 100644
--- a/Source/core/testing/DictionaryTest.h
+++ b/Source/core/testing/DictionaryTest.h
@@ -47,6 +47,8 @@ private:
// - |longMemberWithDefault| has a non-null default value
// - String and PtrTypes can express whether they are null
Nullable<int> m_longMember;
+ Nullable<int> m_longMemberWithClamp;
+ Nullable<int> m_longMemberWithEnforceRange;
int m_longMemberWithDefault;
Nullable<int> m_longOrNullMember;
Nullable<int> m_longOrNullMemberWithDefault;
« no previous file with comments | « Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp ('k') | Source/core/testing/DictionaryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698