[webkit-changes] [WebKit/WebKit] d827ef: EntityMask should be an enum class

Ryosuke Niwa noreply at github.com
Wed May 31 17:49:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d827efd1ab4ac43758f5decd5abcace52d2743b9
      https://github.com/WebKit/WebKit/commit/d827efd1ab4ac43758f5decd5abcace52d2743b9
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

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

  Log Message:
  -----------
  EntityMask should be an enum class
https://bugs.webkit.org/show_bug.cgi?id=257305

Reviewed by Wenson Hsieh.

* Source/WebCore/editing/MarkupAccumulator.cpp:
(WebCore::appendCharactersReplacingEntitiesInternal):
(WebCore::MarkupAccumulator::appendCharactersReplacingEntities):
(WebCore::MarkupAccumulator::entityMaskForText const):
(): Deleted.
* Source/WebCore/editing/MarkupAccumulator.h:

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




More information about the webkit-changes mailing list