Skip to content

Commit

Permalink
Remove leftover #undef from WebCoreArgumentCoders header
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=266083

Reviewed by Philippe Normand.

This #undef was added when WTFLogLevel had its
EnumTraits here, as WTFLogLevel::Always was used. That
was removed at some point in the past but the #undef was
left. Remove it.

* Source/WebKit/Shared/WebCoreArgumentCoders.h:

Canonical link: https://commits.webkit.org/271750@main
  • Loading branch information
csaavedra committed Dec 8, 2023
1 parent a94d55e commit a8e828a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/WebKit/Shared/WebCoreArgumentCoders.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,4 @@ template <> struct EnumTraits<WebCore::CurlProxySettings::Mode> {
};
#endif

#undef Always

} // namespace WTF

0 comments on commit a8e828a

Please sign in to comment.