| Index: Source/modules/webgl/WebGLContextObject.cpp
|
| diff --git a/Source/modules/webgl/WebGLContextObject.cpp b/Source/modules/webgl/WebGLContextObject.cpp
|
| index e1359f0c1220bbfb37173d2e8137b9f63319e520..59bff1611b8ba4e1a45c1750914aca405c77f23b 100644
|
| --- a/Source/modules/webgl/WebGLContextObject.cpp
|
| +++ b/Source/modules/webgl/WebGLContextObject.cpp
|
| @@ -57,7 +57,7 @@ void WebGLContextObject::detachContext()
|
|
|
| WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() const
|
| {
|
| - return m_context ? m_context->webContext() : 0;
|
| + return m_context ? m_context->webContext() : nullptr;
|
| }
|
|
|
| DEFINE_TRACE(WebGLContextObject)
|
|
|