| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index f5598c6af7921c395a1d73dff20d913d05e11049..fe69dfb653567fd09e2073599b46cdf40993aee7 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -297,6 +297,8 @@
|
| DictionaryTest dictionaryTest();
|
| UnionTypesTest unionTypesTest();
|
|
|
| + [RaisesException, TypeChecking = Interface] void setScrollChain(ScrollState scrollState, Element[] elements);
|
| +
|
| void forceBlinkGCWithoutV8GC();
|
|
|
| iterable<long>;
|
|
|