Index: Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp |
diff --git a/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp b/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp |
index 7984c9ae8063f3f978cd3fcd84d72b5d2c88c52e..8d8a2a6fd7222c56bca3b98c2aaebafa7a9d794d 100644 |
--- a/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp |
+++ b/Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp |
@@ -66,9 +66,6 @@ const double cInverseGamma = 0.45455; |
const unsigned long cMaxPNGSize = 1000000UL; |
// Called if the decoding of the image fails. |
-#if PLATFORM(QT) |
-static void PNGAPI decodingFailed(png_structp, png_const_charp) NO_RETURN; |
-#endif |
static void PNGAPI decodingFailed(png_structp png, png_const_charp) |
{ |
longjmp(JMPBUF(png), 1); |