Index: Source/modules/webgl/WebGLFramebuffer.cpp |
diff --git a/Source/modules/webgl/WebGLFramebuffer.cpp b/Source/modules/webgl/WebGLFramebuffer.cpp |
index e0faf37fb3b4ba791212f297d59ae5c4e486544b..c16ca909715a9d0b5f480166b896975dcb4f9ce9 100644 |
--- a/Source/modules/webgl/WebGLFramebuffer.cpp |
+++ b/Source/modules/webgl/WebGLFramebuffer.cpp |
@@ -279,6 +279,7 @@ WebGLFramebuffer::WebGLFramebuffer(WebGLRenderingContextBase* ctx) |
: WebGLContextObject(ctx) |
, m_object(ctx->webContext()->createFramebuffer()) |
, m_hasEverBeenBound(false) |
+ , m_readBuffer(GL_COLOR_ATTACHMENT0) |
{ |
} |