Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 5a490796ad6392cf7f2dfafa16ba4e1d23b4308d..434bc36eca36c9165cd1a918d019302774f34462 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -278,4 +278,6 @@ |
| DOMString serializeNavigationMarkup(); |
| void hideAllTransitionElements(); |
| + |
| + [RaisesException] void forcePluginPlaceholder(HTMLElement plugin, DOMString htmlSource); |
| }; |