Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index f966b0b45a2fe8289d660eba3fde6f42d59e8cd0..05c4af2a766ec2c88a05daa27aab047166ecff24 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -289,7 +289,7 @@ |
void hideAllTransitionElements(); |
[RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DocumentFragment fragment); |
- [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, Dictionary options); |
+ [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, PluginPlaceholderOptions options); |
DictionaryTest dictionaryTest(); |
UnionTypesTest unionTypesTest(); |