From 39f0f8b5d2c701f42fbe52cf053c4998f64b0332 Mon Sep 17 00:00:00 2001 From: dominique vincent Date: Fri, 31 Jul 2015 15:22:46 +0200 Subject: [PATCH] Bug 1188185 - Zoomed View appears when the two links are the same link. r=kats --- layout/base/PositionedEventTargeting.cpp | 62 +++++++++++++----------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/layout/base/PositionedEventTargeting.cpp b/layout/base/PositionedEventTargeting.cpp index 9e052e2b9e52..cefc7e0fad14 100644 --- a/layout/base/PositionedEventTargeting.cpp +++ b/layout/base/PositionedEventTargeting.cpp @@ -34,7 +34,7 @@ namespace mozilla { * designing for touch events will take their own steps to account for * inaccurate touch events. * - * IsElementClickable() encapsulates the heuristic that determines whether an + * GetClickableAncestor() encapsulates the heuristic that determines whether an * element is expected to respond to mouse events. An element is deemed * "clickable" if it has registered listeners for "click", "mousedown" or * "mouseup", or is on a whitelist of element tags (,