| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| index 5a1ad696330ffeaa5c23c0df57ca7b24bfeac23f..5d5857324955a146ab8e8d43079c2c85a2691319 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| @@ -25,9 +25,7 @@ class ScriptState;
|
|
|
| class CORE_EXPORT VoidCallbackFunction final : public GarbageCollectedFinalized<VoidCallbackFunction>, public TraceWrapperBase {
|
| public:
|
| - static VoidCallbackFunction* create(ScriptState* scriptState, v8::Local<v8::Function> callback) {
|
| - return new VoidCallbackFunction(scriptState, callback);
|
| - }
|
| + static VoidCallbackFunction* create(ScriptState* scriptState, v8::Local<v8::Value> callback);
|
|
|
| ~VoidCallbackFunction() = default;
|
|
|
|
|