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