Index: Source/platform/graphics/gpu/DrawingBuffer.cpp |
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.cpp b/Source/platform/graphics/gpu/DrawingBuffer.cpp |
index cd89b69202d24df591a2c4225ef5a7f6423dee0b..dd50ac500daf23b65cbedd4de9f8773e1249e47a 100644 |
--- a/Source/platform/graphics/gpu/DrawingBuffer.cpp |
+++ b/Source/platform/graphics/gpu/DrawingBuffer.cpp |
@@ -858,7 +858,7 @@ bool DrawingBuffer::paintRenderingResultsToImageData(int& width, int& height, So |
if (dataSize.hasOverflowed()) |
return false; |
- WTF::ArrayBufferContents pixels(width * height, 4, WTF::ArrayBufferContents::DontInitialize); |
+ WTF::ArrayBufferContents pixels(width * height, 4, false, WTF::ArrayBufferContents::DontInitialize); |
GLint fbo = 0; |
if (sourceBuffer == FrontBuffer && m_frontColorBuffer.texInfo.textureId) { |