| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 8b665fc524cc8b1e3450452b034f0e9d735e02de..312a6c38a1c7e9b5464060732a474fcfc4c4e0c9 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -310,6 +310,7 @@
|
|
|
| DictionaryTest dictionaryTest();
|
| UnionTypesTest unionTypesTest();
|
| + CallbackFunctionTest callbackFunctionTest();
|
| [RaisesException] void setScrollChain(ScrollState scrollState, Element[] elements);
|
| void forceBlinkGCWithoutV8GC();
|
|
|
|
|