[webkit-changes] [WebKit/WebKit] b60dc7: [WebCore] Include EnumTraits.h in the generated No...

Žan Doberšek noreply at github.com
Mon Dec 18 01:57:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b60dc7f2172b5e2e0362259958c3d9b09c60c7ee
      https://github.com/WebKit/WebKit/commit/b60dc7f2172b5e2e0362259958c3d9b09c60c7ee
  Author: Žan Doberšek <zdobersek at igalia.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M Source/WebCore/dom/make_names.pl

  Log Message:
  -----------
  [WebCore] Include EnumTraits.h in the generated NodeName.h header
https://bugs.webkit.org/show_bug.cgi?id=266565

Unreviewed, adding the EnumTraits.h inclusion to the NodeName.h header generated
by make_names.pl, which is needed for recently-adopted usage of the
enumToUnderlyingType function. This should avoid depending on the EnumTraits
header being included indirectly somewhere else in the translation unit.

* Source/WebCore/dom/make_names.pl:
(printNodeNameHeaderFile):

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




More information about the webkit-changes mailing list