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