summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/EventListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/EventListener.h')
-rw-r--r--WebCore/dom/EventListener.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/dom/EventListener.h b/WebCore/dom/EventListener.h
index 249d3eb..d7c950f 100644
--- a/WebCore/dom/EventListener.h
+++ b/WebCore/dom/EventListener.h
@@ -41,8 +41,7 @@ namespace WebCore {
InspectorDOMAgentType,
InspectorDOMStorageResourceType,
ObjCEventListenerType,
- ConditionEventListenerType,
- GeolocationEventListenerType };
+ ConditionEventListenerType };
virtual ~EventListener() { }
virtual bool operator==(const EventListener&) = 0;