Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index b34ba01a976dfa693b85da6f63adef4d0aba444d..2760c8d9d70a7a34f377db4a0ee2d812d605856f 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -276,7 +276,8 @@ |
DOMString serializeNavigationMarkup(); |
void hideAllTransitionElements(); |
- [RaisesException] void forcePluginPlaceholder(HTMLElement plugin, DOMString htmlSource); |
+ [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DOMString htmlSource); |
+ [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, Dictionary options); |
DictionaryTest dictionaryTest(); |
}; |