[webkit-reviews] review granted: [Bug 252666] Fix JPEGImageDecoder boolean enum and #define TRUE/FALSE mix : [Attachment 465109] Fix JPEGImageDecoder boolean enum and #define TRUE/FALSE mix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 09:15:51 PST 2023


Michael Catanzaro <mcatanzaro at gnome.org> has granted  review:
Bug 252666: Fix JPEGImageDecoder boolean enum and #define TRUE/FALSE mix
https://bugs.webkit.org/show_bug.cgi?id=252666

Attachment 465109: Fix JPEGImageDecoder boolean enum and #define TRUE/FALSE mix

https://bugs.webkit.org/attachment.cgi?id=465109&action=review




--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 465109
  --> https://bugs.webkit.org/attachment.cgi?id=465109
Fix JPEGImageDecoder boolean enum and #define TRUE/FALSE mix

View in context: https://bugs.webkit.org/attachment.cgi?id=465109&action=review

Sigh, OK....

> Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h:41
> +#include "jpeglib.h"

Preexisting issue: should be #include <jpeglib.h>


More information about the webkit-reviews mailing list