| Index: third_party/WebKit/Source/core/testing/CallbackFunctionTest.h
|
| diff --git a/third_party/WebKit/Source/core/testing/CallbackFunctionTest.h b/third_party/WebKit/Source/core/testing/CallbackFunctionTest.h
|
| index c7af1d922f554edabdb47271cca96634e70910e7..33711c41daca0c6c147da1a23a30a54e97d45aae 100644
|
| --- a/third_party/WebKit/Source/core/testing/CallbackFunctionTest.h
|
| +++ b/third_party/WebKit/Source/core/testing/CallbackFunctionTest.h
|
| @@ -33,6 +33,10 @@ class CallbackFunctionTest final
|
| const String&,
|
| const String&,
|
| ExceptionState&);
|
| + String testNullableCallback(TestCallback*,
|
| + const String&,
|
| + const String&,
|
| + ExceptionState&);
|
| void testInterfaceCallback(TestInterfaceCallback*,
|
| HTMLDivElement*,
|
| ExceptionState&);
|
|
|