| Index: Source/core/html/canvas/WebGLSync.cpp
|
| diff --git a/Source/core/html/canvas/WebGLSync.cpp b/Source/core/html/canvas/WebGLSync.cpp
|
| index 1cae8c2c6334d5a6c4cb956f1ee386e9841ff158..19e57cab7a2c1b1a48e68dd3ef6892e8d9b4be86 100644
|
| --- a/Source/core/html/canvas/WebGLSync.cpp
|
| +++ b/Source/core/html/canvas/WebGLSync.cpp
|
| @@ -29,7 +29,7 @@ WebGLSync::WebGLSync(WebGL2RenderingContextBase* ctx, WGC3Dsync object, GLenum o
|
| {
|
| }
|
|
|
| -void WebGLSync::deleteObjectImpl(blink::WebGraphicsContext3D* context3d)
|
| +void WebGLSync::deleteObjectImpl(WebGraphicsContext3D* context3d)
|
| {
|
| context3d->deleteSync(m_object);
|
| m_object = 0;
|
|
|