| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| index 5d5857324955a146ab8e8d43079c2c85a2691319..fb1d4f7cf6906b1425bcbd71baf34a3093f76311 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| @@ -38,11 +38,6 @@ class CORE_EXPORT VoidCallbackFunction 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:
|
| VoidCallbackFunction(ScriptState*, v8::Local<v8::Function>);
|
|
|
|
|