Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4d2a8e2a2a0264d9dc994ddd32d7da3050736e8c
https://github.com/WebKit/WebKit/commit/4d2a8e2a2a0264d9dc994ddd32d7da3050736e8c
Author: Ahmad Saleem <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes