[webkit-changes] [WebKit/WebKit] 4d2a8e: Remove `Element::nodeNamePreservingCase`

Ahmad Saleem noreply at github.com
Tue Dec 19 00:10:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4d2a8e2a2a0264d9dc994ddd32d7da3050736e8c
      https://github.com/WebKit/WebKit/commit/4d2a8e2a2a0264d9dc994ddd32d7da3050736e8c
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M Source/WebCore/dom/Element.cpp
    M Source/WebCore/dom/Element.h
    M Source/WebCore/editing/MarkupAccumulator.cpp

  Log Message:
  -----------
  Remove `Element::nodeNamePreservingCase`

https://bugs.webkit.org/show_bug.cgi?id=266600

Reviewed by Ryosuke Niwa.

Merge: https://src.chromium.org/viewvc/blink?view=revision&revision=166250

There is no need for this method, we can just use tagQName and it is just simplification.

* Source/WebCore/dom/Element.cpp:
(Element::nodeNamePreservingCase): Deleted
* Source/WebCore/dom/Element.h: 'nodeNamePreservingCase' definition deleted
* Source/WebCore/editing/MarkupAccumulator.cpp:
(MarkupAccumulator::appendEndTag):
(MarkupAccumulator::appendOpenTag):

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




More information about the webkit-changes mailing list