Chromium Code Reviews| Index: Source/core/html/canvas/WebGLSharedObject.cpp |
| diff --git a/Source/core/html/canvas/WebGLSharedObject.cpp b/Source/core/html/canvas/WebGLSharedObject.cpp |
| index 94f1db80baf915e4366e6a0ccc0777d42fe3e826..63b7da14ede92aae2b33525199c2aa627b7e8c88 100644 |
| --- a/Source/core/html/canvas/WebGLSharedObject.cpp |
| +++ b/Source/core/html/canvas/WebGLSharedObject.cpp |
| @@ -50,7 +50,7 @@ void WebGLSharedObject::detachContextGroup() |
| if (m_contextGroup) { |
| deleteObject(0); |
| m_contextGroup->removeObject(this); |
| - m_contextGroup = 0; |
| + m_contextGroup = nullptr; |
| } |
| } |