Commit 91a79872 authored by Ali Juma's avatar Ali Juma
Browse files

Bug 705641 - Add more output to framebuffer incompleteness abort message. r=jrmuizel

parent 339621ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1169,6 +1169,8 @@ LayerManagerOGL::CreateFBOWithTexture(const nsIntRect& aRect, InitMode aInit,
    nsCAutoString msg;
    msg.Append("Framebuffer not complete -- error 0x");
    msg.AppendInt(result, 16);
    msg.Append(", mFBOTextureTarget 0x");
    msg.AppendInt(mFBOTextureTarget, 16);
    NS_RUNTIMEABORT(msg.get());
  }