Bug 1257593 followup, fix bustage from believing a reviewer and then sending a different patch to try

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2016-03-20 21:19:14 -07:00
Родитель 5001f89b5f
Коммит b0bc1ab435
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -624,7 +624,7 @@ WebGLFramebuffer::FramebufferTexture2D(GLenum attachment, TexImageTarget texImag
return; return;
if (tex) { if (tex) {
if (!tex->HasEveryBeenBound()) { if (!tex->HasEverBeenBound()) {
mContext->ErrorInvalidOperation("framebufferTexture2D: the texture" mContext->ErrorInvalidOperation("framebufferTexture2D: the texture"
" is not the name of a texture."); " is not the name of a texture.");
return; return;