summaryrefslogtreecommitdiffstats
path: root/WebCore/dom
diff options
context:
space:
mode:
authorGrace Kloba <>2009-03-25 16:23:15 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 16:23:15 -0700
commit257495846a5537d9903b1429bb345cac1fa8190c (patch)
treec1410c1649d48668a65345a19c0a2404166fc271 /WebCore/dom
parent0512d735497339600fc79c303870549dcdd965c7 (diff)
downloadexternal_webkit-257495846a5537d9903b1429bb345cac1fa8190c.zip
external_webkit-257495846a5537d9903b1429bb345cac1fa8190c.tar.gz
external_webkit-257495846a5537d9903b1429bb345cac1fa8190c.tar.bz2
Automated import from //branches/master/...@142772,142772
Diffstat (limited to 'WebCore/dom')
-rw-r--r--WebCore/dom/Document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/Document.h b/WebCore/dom/Document.h
index e1135bd..ce8116d 100644
--- a/WebCore/dom/Document.h
+++ b/WebCore/dom/Document.h
@@ -820,7 +820,7 @@ protected:
#if ENABLE(TOUCH_EVENTS) // Android
public:
- typedef HashMap< RefPtr<Node>, unsigned > TouchListenerMap;
+ typedef HashMap<Node*, unsigned > TouchListenerMap;
void addTouchEventListener(Node*);
void removeTouchEventListener(Node*);