diff options
Diffstat (limited to 'embed/mozilla/EventContext.cpp')
-rw-r--r-- | embed/mozilla/EventContext.cpp | 2 |
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); |