| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| index 9325e95b7c129cc2c8c47418a487aad5e50238b9..caff097c27d6c228c8bc80f0e06a9a46513556a9 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| @@ -10,6 +10,7 @@
|
| #define VoidCallbackFunctionInterfaceArg_h
|
|
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -19,7 +20,8 @@ namespace blink {
|
| class ScriptState;
|
| class HTMLDivElement;
|
|
|
| -class CORE_EXPORT VoidCallbackFunctionInterfaceArg final : public GarbageCollectedFinalized<VoidCallbackFunctionInterfaceArg> {
|
| +class CORE_EXPORT VoidCallbackFunctionInterfaceArg final : public GarbageCollectedFinalized<VoidCallbackFunctionInterfaceArg>,
|
| + public TraceWrapperBase {
|
| public:
|
| static VoidCallbackFunctionInterfaceArg* create(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| {
|
| @@ -29,6 +31,7 @@ public:
|
| ~VoidCallbackFunctionInterfaceArg() = default;
|
|
|
| DECLARE_TRACE();
|
| + DECLARE_TRACE_WRAPPERS();
|
|
|
| bool call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, HTMLDivElement* divElement);
|
|
|
|
|