| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 182961d1efaba43420fddb57204385011fcc1f8d..a6c631296c1d3bbab1664d2a296acbb094b7d529 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -312,7 +312,7 @@
|
|
|
| DictionaryTest dictionaryTest();
|
| UnionTypesTest unionTypesTest();
|
| -
|
| + [RaisesException, TypeChecking=Interface] void setScrollChain(ScrollState scrollState, Element[] elements);
|
| void forceBlinkGCWithoutV8GC();
|
|
|
| DOMString selectedHTMLForClipboard();
|
|
|