| Index: Source/core/html/canvas/WebGLShader.cpp
|
| diff --git a/Source/core/html/canvas/WebGLShader.cpp b/Source/core/html/canvas/WebGLShader.cpp
|
| index e8d405c0370ac30ff317d98f535a3d27af9088d2..4288ebacbc7683449610e0ce5112ea148f5227f7 100644
|
| --- a/Source/core/html/canvas/WebGLShader.cpp
|
| +++ b/Source/core/html/canvas/WebGLShader.cpp
|
| @@ -56,10 +56,10 @@ WebGLShader::~WebGLShader()
|
| detachAndDeleteObject();
|
| }
|
|
|
| -void WebGLShader::deleteObjectImpl(blink::WebGraphicsContext3D* context3d)
|
| +void WebGLShader::deleteObjectImpl(WebGraphicsContext3D* context3d)
|
| {
|
| context3d->deleteShader(m_object);
|
| m_object = 0;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|