diff options
author | Grace Kloba <> | 2009-03-25 16:23:15 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 16:23:15 -0700 |
commit | 257495846a5537d9903b1429bb345cac1fa8190c (patch) | |
tree | c1410c1649d48668a65345a19c0a2404166fc271 /WebCore/dom | |
parent | 0512d735497339600fc79c303870549dcdd965c7 (diff) | |
download | external_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.h | 2 |
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*); |