| Index: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| index 7e2aea53f3404b413f3a986dbc46d62d5995a37d..8f2638c0ede559dce9e4bad78ee0ffc55133579d 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| @@ -42,10 +42,10 @@
|
| #include "platform/wtf/PtrUtil.h"
|
|
|
| extern "C" {
|
| +#include <setjmp.h>
|
| #include <stdio.h> // jpeglib.h needs stdio FILE.
|
| -#include "jpeglib.h"
|
| #include "iccjpeg.h"
|
| -#include <setjmp.h>
|
| +#include "jpeglib.h"
|
| }
|
|
|
| #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)
|
|
|