| 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 17c73f68be3acd8c907521ff8f598b70cc5c0cb5..fa825b209e828135898cb9a704aff5a5a2e5d28a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| @@ -39,11 +39,6 @@ class CORE_EXPORT VoidCallbackFunctionInterfaceArg final : public GarbageCollect
|
| return m_callback.newLocal(isolate);
|
| }
|
|
|
| - void setWrapperReference(v8::Isolate* isolate, const v8::Persistent<v8::Object>& wrapper) {
|
| - DCHECK(!m_callback.isEmpty());
|
| - m_callback.setReference(wrapper, isolate);
|
| - }
|
| -
|
| private:
|
| VoidCallbackFunctionInterfaceArg(ScriptState*, v8::Local<v8::Function>);
|
|
|
|
|