| Index: third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
|
| index 3efe8c4da56bc1aec88b51955b08c0c892edbb2b..2cc97e652be3c3e2a01193673d385c1248988a43 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
|
| @@ -46,7 +46,7 @@ void WebGLSharedObject::detachContextGroup()
|
| {
|
| detach();
|
| if (m_contextGroup) {
|
| - deleteObject(nullptr);
|
| + deleteObject(nullptr, nullptr);
|
| m_contextGroup->removeObject(this);
|
| m_contextGroup = nullptr;
|
| }
|
|
|