| Index: Source/core/testing/DictionaryTest.idl
|
| diff --git a/Source/core/testing/GarbageCollectedScriptWrappable.idl b/Source/core/testing/DictionaryTest.idl
|
| similarity index 61%
|
| copy from Source/core/testing/GarbageCollectedScriptWrappable.idl
|
| copy to Source/core/testing/DictionaryTest.idl
|
| index 0fd3bde6412d03694bd355dbf23cf278a2162ebe..834dac4148b4b5129bb88d96e0cf7bd82e67053b 100644
|
| --- a/Source/core/testing/GarbageCollectedScriptWrappable.idl
|
| +++ b/Source/core/testing/DictionaryTest.idl
|
| @@ -4,6 +4,7 @@
|
|
|
| [
|
| GarbageCollected
|
| -] interface GarbageCollectedScriptWrappable {
|
| - [NotEnumerable] DOMString toString();
|
| +] interface DictionaryTest {
|
| + void set(optional TestingDictionary testingDictionary);
|
| + TestingDictionary get();
|
| };
|
|
|