Chromium Code Reviews| Index: Source/core/dom/SomeDictionaryUser.idl | 
| diff --git a/Source/core/dom/SomeDictionaryUser.idl b/Source/core/dom/SomeDictionaryUser.idl | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..ae1abb1a3d7e8eafe1451190fff43f3ed0be8149 | 
| --- /dev/null | 
| +++ b/Source/core/dom/SomeDictionaryUser.idl | 
| @@ -0,0 +1,7 @@ | 
| +// NOT FOR LAND -- this is an example of an interface which uses an IDL | 
| +// dictionary | 
| + | 
| +interface SomeDictionaryUser { | 
| + void set(optional SomeDictionary someDictionary); | 
| + SomeDictionary get(); | 
| +}; |