Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d48e75a8dd0885bde838d61e29198a932bcc9e30
https://github.com/WebKit/WebKit/commit/d48e75a8dd0885bde838d61e29198a932bcc9e30
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M Source/WebCore/dom/Attr.h
M Source/WebCore/dom/Element.h
M Source/WebCore/dom/Node.h
Log Message:
-----------
Remove isAttributeNode()
https://bugs.webkit.org/show_bug.cgi?id=305378
Reviewed by Chris Dumez.
It is better for Attr nodes to rely on the non-virtual nodeType().
While looking at other nodes I also spotted that Element has a spurious
isTextNode() declaration so removing that as well.
Canonical link: https://commits.webkit.org/305518@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications