Index: Source/core/platform/image-decoders/ImageDecoder.h |
diff --git a/Source/core/platform/image-decoders/ImageDecoder.h b/Source/core/platform/image-decoders/ImageDecoder.h |
index 2f6d8d9111c335bf3668dfcb0ffb048e59d9891c..4a0923a84dc4d540a5bb203215fe6112b8688a14 100644 |
--- a/Source/core/platform/image-decoders/ImageDecoder.h |
+++ b/Source/core/platform/image-decoders/ImageDecoder.h |
@@ -237,7 +237,7 @@ namespace WebCore { |
class ImageDecoder { |
WTF_MAKE_NONCOPYABLE(ImageDecoder); WTF_MAKE_FAST_ALLOCATED; |
public: |
- static const size_t noDecodedImageByteLimit = WebKit::Platform::noDecodedImageByteLimit; |
+ static const size_t noDecodedImageByteLimit = blink::Platform::noDecodedImageByteLimit; |
ImageDecoder(ImageSource::AlphaOption alphaOption, ImageSource::GammaAndColorProfileOption gammaAndColorProfileOption, size_t maxDecodedBytes) |
: m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied) |