[webkit-changes] [WebKit/WebKit] 8bacbc: Remove some childTypeAllowed overrides

Rob Buis noreply at github.com
Tue Jan 3 04:28:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bacbc1a234bf3c1071d38df45e5e1a60112c5ec
      https://github.com/WebKit/WebKit/commit/8bacbc1a234bf3c1071d38df45e5e1a60112c5ec
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M Source/WebCore/dom/CDATASection.cpp
    M Source/WebCore/dom/CDATASection.h
    M Source/WebCore/dom/Comment.cpp
    M Source/WebCore/dom/Comment.h
    M Source/WebCore/dom/Text.cpp
    M Source/WebCore/dom/Text.h

  Log Message:
  -----------
  Remove some childTypeAllowed overrides
https://bugs.webkit.org/show_bug.cgi?id=250001

Reviewed by Carlos Garcia Campos.

Remove some childTypeAllowed overrides since the
overrides are superfluous.

* Source/WebCore/dom/CDATASection.cpp:
(WebCore::CDATASection::childTypeAllowed const): Deleted.
* Source/WebCore/dom/CDATASection.h:
* Source/WebCore/dom/Comment.cpp:
(WebCore::Comment::childTypeAllowed const): Deleted.
* Source/WebCore/dom/Comment.h:
* Source/WebCore/dom/Text.cpp:
(WebCore::Text::childTypeAllowed const): Deleted.
* Source/WebCore/dom/Text.h:

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




More information about the webkit-changes mailing list