Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 18620f9b8aeb733e14333b9e14b6cfe6a7f4d1bd
      
https://github.com/WebKit/WebKit/commit/18620f9b8aeb733e14333b9e14b6cfe6a7f4d1bd
  Author: Chris Dumez <[email protected]>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M Source/WebCore/html/HTMLAnchorElement.cpp

  Log Message:
  -----------
  Drop unnecessary work from ~HTMLAnchorElement()
https://bugs.webkit.org/show_bug.cgi?id=253738

Reviewed by Darin Adler.

The HTMLAnchorElement destructor doesn't need to remove itself from
rootEditableElementMap() since it is a WeakHashMap.

* Source/WebCore/html/HTMLAnchorElement.cpp:
(WebCore::HTMLAnchorElement::~HTMLAnchorElement): Deleted.

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to