diff options
author | Steve Block <steveblock@google.com> | 2009-10-13 11:46:22 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-10-20 00:45:08 +0100 |
commit | 8e465e3d03d149943a3e592c3d2af395d50917eb (patch) | |
tree | f6f5ac0b6a2d0387250dbf9c06950cd028ef1637 /WebCore/dom | |
parent | 74e159b4f10c313c2347259bd2af0a9f81eb40c6 (diff) | |
download | external_webkit-8e465e3d03d149943a3e592c3d2af395d50917eb.zip external_webkit-8e465e3d03d149943a3e592c3d2af395d50917eb.tar.gz external_webkit-8e465e3d03d149943a3e592c3d2af395d50917eb.tar.bz2 |
Merge webkit.org at R49305 : Update Geolocation to use new EventListener methods.
See http://trac.webkit.org/changeset/48402, http://trac.webkit.org/changeset/48701 and http://trac.webkit.org/changeset/48767
Change-Id: Id32d80c62f71c98c6677d7cbe11ee2ffbdaeeff1
Diffstat (limited to 'WebCore/dom')
-rw-r--r-- | WebCore/dom/EventListener.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/dom/EventListener.h b/WebCore/dom/EventListener.h index f834b31..da9d179 100644 --- a/WebCore/dom/EventListener.h +++ b/WebCore/dom/EventListener.h @@ -41,7 +41,8 @@ namespace WebCore { InspectorDOMAgentType, InspectorDOMStorageResourceType, ObjCEventListenerType, - ConditionEventListenerType }; + ConditionEventListenerType, + GeolocationEventListenerType }; virtual ~EventListener() { } virtual bool operator==(const EventListener&) = 0; |