[webkit-changes] [WebKit/WebKit] e69275: Make notifyNodeInsertedInto* and notifyNodeRemoved...

Ryosuke Niwa noreply at github.com
Fri Feb 23 19:51:12 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e69275aaafe241b8995fc7519c31d15dde19a714
      https://github.com/WebKit/WebKit/commit/e69275aaafe241b8995fc7519c31d15dde19a714
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
    M Source/WebCore/dom/ContainerNodeAlgorithms.cpp

  Log Message:
  -----------
  Make notifyNodeInsertedInto* and notifyNodeRemovedFrom* iterative
https://bugs.webkit.org/show_bug.cgi?id=270022

Reviewed by Yusuke Suzuki.

Made these functions iterative instead of recursive.

* Source/WebCore/dom/ContainerNodeAlgorithms.cpp:
(WebCore::notifyNodeInsertedIntoDocument):
(WebCore::notifyNodeInsertedIntoTree):
(WebCore::notifyNodeRemovedFromDocument):
(WebCore::notifyNodeRemovedFromTree):

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



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


More information about the webkit-changes mailing list