| Index: third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| index f1f9d0f3bb03d13db27c1b0e7dc3deef5633c098..f243117c210c3567f80cdeb8a14fb0e8918def08 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| @@ -52,7 +52,7 @@ void EXTDisjointTimerQuery::deleteQueryEXT(WebGLTimerQueryEXT* query)
|
| WebGLExtensionScopedContext scoped(this);
|
| if (!query || scoped.isLost())
|
| return;
|
| - query->deleteObject(scoped.context()->webContext());
|
| + query->deleteObject(scoped.context()->webContext(), scoped.context()->contextGL());
|
|
|
| if (query == m_currentElapsedQuery)
|
| m_currentElapsedQuery.clear();
|
|
|