Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index d57bf8e68c1f6f532d27d9f6af6d4cc1965ee070..49dc3621b849944849ac5f9129b603602347c86a 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -277,7 +277,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(); |
}; |