| 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 1bf142c63cefd3bb5d3edb13a00ae67a860e1249..b5967826e327201992b7e7f77b24909179a315b2 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h
|
| @@ -26,11 +26,11 @@ class ScriptState;
|
|
|
| class CORE_EXPORT LongCallbackFunction final : public GarbageCollectedFinalized<LongCallbackFunction>, public TraceWrapperBase {
|
| public:
|
| - static LongCallbackFunction* create(ScriptState* scriptState, v8::Local<v8::Value> callback);
|
| + static LongCallbackFunction* create(ScriptState*, v8::Local<v8::Value> callback);
|
|
|
| ~LongCallbackFunction() = default;
|
|
|
| - DECLARE_TRACE();
|
| + DEFINE_INLINE_TRACE() {}
|
| DECLARE_TRACE_WRAPPERS();
|
|
|
| bool call(ScriptWrappable* scriptWrappable, int32_t num1, int32_t num2, int32_t& returnValue);
|
|
|