Bug 1277027 - fix MOZ_CRASH to have GFX prefix in webGL code r=BenWa,milan
MozReview-Commit-ID: FjLA9xNH3zD
This commit is contained in:
@@ -413,7 +413,7 @@ WebGLFBAttachPoint::FinalizeAttachment(gl::GLContext* gl, GLenum attachment) con
|
||||
return;
|
||||
}
|
||||
|
||||
MOZ_CRASH();
|
||||
MOZ_CRASH("GFX: invalid render buffer");
|
||||
}
|
||||
|
||||
JS::Value
|
||||
|
||||
Reference in New Issue
Block a user