| 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 0be3cf53ed056836e6bd53cc00c00a1952d7cff1..a9b9e5a4bab489d477d67c7abe7020e776c7f11e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -311,6 +311,7 @@
|
|
|
| DictionaryTest dictionaryTest();
|
| UnionTypesTest unionTypesTest();
|
| + CallbackFunctionTest callbackFunctionTest();
|
| [RaisesException] void setScrollChain(ScrollState scrollState, Element[] elements);
|
| void forceBlinkGCWithoutV8GC();
|
|
|
|
|