Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab01f46f535c95d67f53f6a456adf0b8b302cda2
      
https://github.com/WebKit/WebKit/commit/ab01f46f535c95d67f53f6a456adf0b8b302cda2
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M Source/WebCore/page/LocalFrame.cpp

  Log Message:
  -----------
  Fix erroneous platform guard around Node::allowsDoubleTapGesture() call site
https://bugs.webkit.org/show_bug.cgi?id=319745
rdar://182586785

Reviewed by Richard Robinson.

Node::allowsDoubleTapGesture() is guarded with ENABLE_TWO_PHASE_CLICKS,
but its call site in LocalFrame::nodeRespondingToDoubleClickEvent()
wraps it around ENABLE_TOUCH_EVENTS.

This patch fixes this incongruency.

* Source/WebCore/page/LocalFrame.cpp:
(WebCore::LocalFrame::nodeRespondingToDoubleClickEvent):

Canonical link: https://commits.webkit.org/317508@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to