Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e477825ea199b65bfa70684c94facfdc64047a84
      
https://github.com/WebKit/WebKit/commit/e477825ea199b65bfa70684c94facfdc64047a84
  Author: Chris Dumez <[email protected]>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    M Source/WebCore/xml/parser/XMLDocumentParser.cpp
    M Source/WebCore/xml/parser/XMLDocumentParser.h
    M Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp

  Log Message:
  -----------
  Use CheckedPtr for nodes in XMLDocumentParser
https://bugs.webkit.org/show_bug.cgi?id=278302

Reviewed by Ryosuke Niwa.

Use CheckedPtr for nodes in XMLDocumentParser, instead of raw pointers.

* Source/WebCore/xml/parser/XMLDocumentParser.cpp:
(WebCore::XMLDocumentParser::pushCurrentNode):
(WebCore::XMLDocumentParser::popCurrentNode):
* Source/WebCore/xml/parser/XMLDocumentParser.h:
* Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:
(WebCore::XMLDocumentParser::startElementNs):
(WebCore::XMLDocumentParser::endElementNs):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to