[webkit-changes] [WebKit/WebKit] b997b1: Delete ChildNodesLazySnapshot

Ryosuke Niwa noreply at github.com
Tue Jan 9 00:48:35 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b997b1e597f7ec2e96d0cb87adb05f931b0808f0
      https://github.com/WebKit/WebKit/commit/b997b1e597f7ec2e96d0cb87adb05f931b0808f0
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M Source/WebCore/dom/ContainerNode.cpp
    M Source/WebCore/dom/ContainerNode.h
    M Source/WebCore/dom/EventDispatcher.cpp

  Log Message:
  -----------
  Delete ChildNodesLazySnapshot
https://bugs.webkit.org/show_bug.cgi?id=267259

Reviewed by Tim Nguyen.

This code has been dead since 194703 at main so delete it.

* Source/WebCore/dom/ContainerNode.cpp:
* Source/WebCore/dom/ContainerNode.h:
(WebCore::ChildNodesLazySnapshot::ChildNodesLazySnapshot): Deleted.
(WebCore::ChildNodesLazySnapshot::~ChildNodesLazySnapshot): Deleted.
(WebCore::ChildNodesLazySnapshot::nextNode): Deleted.
(WebCore::ChildNodesLazySnapshot::takeSnapshot): Deleted.
(WebCore::ChildNodesLazySnapshot::nextSnapshot): Deleted.
(WebCore::ChildNodesLazySnapshot::hasSnapshot): Deleted.
(WebCore::ChildNodesLazySnapshot::takeChildNodesLazySnapshot): Deleted.
* Source/WebCore/dom/EventDispatcher.cpp:
(WebCore::EventDispatcher::dispatchEvent):

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




More information about the webkit-changes mailing list