Index: Source/core/testing/DictionaryTest.h |
diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h |
index eb54f7a899efba89dba6d94bce192a265358b1cd..c8a28af076c3a4a6429fc4467bf3ce321ce31788 100644 |
--- a/Source/core/testing/DictionaryTest.h |
+++ b/Source/core/testing/DictionaryTest.h |
@@ -55,6 +55,7 @@ private: |
Nullable<int> m_longOrNullMemberWithDefault; |
Nullable<bool> m_booleanMember; |
Nullable<double> m_doubleMember; |
+ Nullable<double> m_unrestrictedDoubleMember; |
String m_stringMember; |
String m_stringMemberWithDefault; |
String m_byteStringMember; |