aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EventContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EventContext.cpp')
-rw-r--r--embed/mozilla/EventContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp
index 6c16ee047..dfb29dac6 100644
--- a/embed/mozilla/EventContext.cpp
+++ b/embed/mozilla/EventContext.cpp
@@ -350,7 +350,7 @@ nsresult EventContext::GetEventContext (nsIDOMEventTarget *EventTarget,
imgMapName.Cut (0,1);
// Check if the current image is attached to the map we are looking for
- if (EphyUtils::StringEquals(imgMapName, mapName))
+ if (imgMapName.Equals(mapName))
{
nsString imgSrc;
rv = img->GetSrc (imgSrc);