Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index 4cc1c90477d75cb24f474c6fb5ed12b4d3107c89..4a829a79f57a3e6e15155a71cef905c720161b31 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -102,8 +102,6 @@ public: |
bool getWithUndefinedOrNullCheck(const String&, String&) const; |
- PassRefPtr<EventListener> getEventListener(const String&, Notification*) const { return 0; } |
- |
private: |
bool getKey(const String& key, v8::Local<v8::Value>&) const; |