| 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 ab2cebb164b4733ce5226f1ed4cac0418a5592e1..64069d88e7ae7012e956c8d0fd6aca4cfc5b48bb 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h
|
| @@ -26,11 +26,11 @@ class ScriptState;
|
|
|
| class CORE_EXPORT VoidCallbackFunctionTypedef final : public GarbageCollectedFinalized<VoidCallbackFunctionTypedef>, public TraceWrapperBase {
|
| public:
|
| - static VoidCallbackFunctionTypedef* create(ScriptState* scriptState, v8::Local<v8::Value> callback);
|
| + static VoidCallbackFunctionTypedef* create(ScriptState*, v8::Local<v8::Value> callback);
|
|
|
| ~VoidCallbackFunctionTypedef() = default;
|
|
|
| - DECLARE_TRACE();
|
| + DEFINE_INLINE_TRACE() {}
|
| DECLARE_TRACE_WRAPPERS();
|
|
|
| bool call(ScriptWrappable* scriptWrappable, const String& arg);
|
|
|