Index: third_party/WebKit/Source/core/testing/DictionaryTest.h |
diff --git a/third_party/WebKit/Source/core/testing/DictionaryTest.h b/third_party/WebKit/Source/core/testing/DictionaryTest.h |
index b67d1936af92fef4f9781b3edc8e3a0976d9c387..a0fcd0bfec253c2af5b95b2e22182518b7aee2cb 100644 |
--- a/third_party/WebKit/Source/core/testing/DictionaryTest.h |
+++ b/third_party/WebKit/Source/core/testing/DictionaryTest.h |
@@ -91,6 +91,7 @@ class DictionaryTest : public GarbageCollectedFinalized<DictionaryTest>, |
String m_derivedDerivedStringMember; |
bool m_requiredBooleanMember; |
Nullable<HashMap<String, String>> m_dictionaryMemberProperties; |
+ ScriptValue m_prefixGetMember; |
}; |
} // namespace blink |