| Index: Source/core/testing/DictionaryTest.idl
|
| diff --git a/Source/core/testing/DictionaryTest.idl b/Source/core/testing/DictionaryTest.idl
|
| index d347e998c59022b23e74739e207801126b794ffc..d03a78decd48b3d8a8d32aad017974742a47f188 100644
|
| --- a/Source/core/testing/DictionaryTest.idl
|
| +++ b/Source/core/testing/DictionaryTest.idl
|
| @@ -7,4 +7,7 @@
|
| ] interface DictionaryTest {
|
| void set(optional InternalDictionary testingDictionary);
|
| InternalDictionary get();
|
| +
|
| + void setDerived(InternalDictionaryDerived derived);
|
| + InternalDictionaryDerived getDerived();
|
| };
|
|
|