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