Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index ceac81e4cff38cee7e1c84b7cc1be4fa046eec21..1329db719d70348b09077f009b2af06e21d57070 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -277,4 +277,6 @@ |
| void hideAllTransitionElements(); |
| [RaisesException] void forcePluginPlaceholder(HTMLElement plugin, DOMString htmlSource); |
| + |
| + DictionaryTest dictionaryTest(); |
| }; |