Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2fb5849fcd147e02acfdc3721eae2753399cbdad
      
https://github.com/WebKit/WebKit/commit/2fb5849fcd147e02acfdc3721eae2753399cbdad
  Author: Megan Gardner <[email protected]>
  Date:   2025-12-19 (Fri, 19 Dec 2025)

  Changed paths:
    M Source/WebCore/rendering/RenderBlock.cpp
    M Source/WebCore/rendering/RenderBlock.h

  Log Message:
  -----------
  Remove identical implementation of updateHitTestResult in RenderBlock.
https://bugs.webkit.org/show_bug.cgi?id=304458
rdar://166842198

Reviewed by Wenson Hsieh.

The implementation of updateHitTestResult is the same in
RenderBlock as in RenderObject. And since RenderBlock
is a child of RenderObject, this is not needed.

No behavior change.

* Source/WebCore/rendering/RenderBlock.cpp:
(WebCore::RenderBlock::updateHitTestResult const): Deleted.
* Source/WebCore/rendering/RenderBlock.h:

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



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

Reply via email to