| 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 a1db7017484f910d411419c8346789ff89425b8b..93c5b186c11cb78f5bd3b078644b4b28add70ecf 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h
|
| @@ -38,11 +38,6 @@ class CORE_EXPORT VoidCallbackFunctionTypedef final : public GarbageCollectedFin
|
| 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:
|
| VoidCallbackFunctionTypedef(ScriptState*, v8::Local<v8::Function>);
|
|
|
|
|