Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5032e019e64503ec06aeeba4fe887638aa1a2e17
      
https://github.com/WebKit/WebKit/commit/5032e019e64503ec06aeeba4fe887638aa1a2e17
  Author: Don Olmstead <[email protected]>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M Source/WebCore/css/parser/CSSParserEnum.h

  Log Message:
  -----------
  Remove export on enum class
https://bugs.webkit.org/show_bug.cgi?id=253332

Unreviewed build fix.

The use of `WEBCORE_EXPORT` on an `enum class` is causing a
`-Wignored-attributes`, "'dllexport' attribute only applies to
functions, variables, classes, and Objective-C interface", which breaks
the developer build.

* Source/WebCore/css/parser/CSSParserEnum.h:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to