| Index: third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
|
| index db251f3a6df0a3d931bbc49f9e17247956645351..d8b324eb786453196656c1d9dd1ae3a69218a2ae 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
|
| @@ -94,7 +94,7 @@ void OESVertexArrayObject::bindVertexArrayOES(ScriptState* scriptState, WebGLVer
|
| return;
|
|
|
| if (arrayObject && (arrayObject->isDeleted() || !arrayObject->validate(0, scoped.context()))) {
|
| - scoped.context()->webContext()->synthesizeGLError(GL_INVALID_OPERATION);
|
| + scoped.context()->synthesizeGLError(GL_INVALID_OPERATION, "bindVertexArrayOES", "invalid arrayObject");
|
| return;
|
| }
|
|
|
|
|