Index: Source/core/testing/DictionaryTest.idl |
diff --git a/Source/core/testing/DictionaryTest.idl b/Source/core/testing/DictionaryTest.idl |
index d03a78decd48b3d8a8d32aad017974742a47f188..3203f0afb1f1fc2e966f11edc9f3465554758f0c 100644 |
--- a/Source/core/testing/DictionaryTest.idl |
+++ b/Source/core/testing/DictionaryTest.idl |
@@ -7,6 +7,7 @@ |
] interface DictionaryTest { |
void set(optional InternalDictionary testingDictionary); |
InternalDictionary get(); |
+ [CallWith=ScriptState] object getDictionaryMemberProperties(); |
void setDerived(InternalDictionaryDerived derived); |
InternalDictionaryDerived getDerived(); |