Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: baf3245f91d926525ed06feab91849484a722c96
      
https://github.com/WebKit/WebKit/commit/baf3245f91d926525ed06feab91849484a722c96
  Author: Taher Ali <[email protected]>
  Date:   2026-04-29 (Wed, 29 Apr 2026)

  Changed paths:
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGResourceFilter.cpp

  Log Message:
  -----------
  Use HashMap iterator for removal in LegacyRenderSVGResourceFilter's 
applyResource
https://bugs.webkit.org/show_bug.cgi?id=313556
rdar://problem/175773567

Reviewed by Simon Fraser.

The bailout paths in applyResource were calling remove(renderer), which
re-hashes the key to find the entry. Since we already have the iterator,
use it directly.

* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGResourceFilter.cpp:
(WebCore::LegacyRenderSVGResourceFilter::applyResource):

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



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

Reply via email to