Index: third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.h b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.h |
index b3de61342c043cbe58a4367bdc41f91ab218d5c5..b584237b6a98567df162c3abe9723f14308705cb 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8EventListenerList.h |
@@ -61,12 +61,6 @@ public: |
template<typename WrapperType> |
static PassRefPtrWillBeRawPtr<V8EventListener> findOrCreateWrapper(v8::Local<v8::Value>, bool isAttribute, ScriptState*); |
- static void clearWrapper(v8::Local<v8::Object> listenerObject, bool isAttribute, v8::Isolate* isolate) |
- { |
- v8::Local<v8::String> wrapperProperty = getHiddenProperty(isAttribute, isolate); |
- V8HiddenValue::deleteHiddenValue(isolate, listenerObject, wrapperProperty); |
- } |
- |
CORE_EXPORT static PassRefPtrWillBeRawPtr<EventListener> getEventListener(ScriptState*, v8::Local<v8::Value>, bool isAttribute, ListenerLookupType); |
private: |