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