| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
|
| index b0ebb353c0e80be66f17d517eaa0c247f61041c1..69073756e4b5386c91f3f24e88a16923b29811ea 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
|
| @@ -2691,7 +2691,7 @@ void WebGL2RenderingContextBase::bindVertexArray(ScriptState* scriptState, WebGL
|
| return;
|
|
|
| if (vertexArray && (vertexArray->isDeleted() || !vertexArray->validate(0, this))) {
|
| - webContext()->synthesizeGLError(GL_INVALID_OPERATION);
|
| + synthesizeGLError(GL_INVALID_OPERATION, "bindVertexArray", "invalid vertexArray");
|
| return;
|
| }
|
|
|
|
|