Index: Source/core/html/canvas/WebGLObject.cpp |
diff --git a/Source/core/html/canvas/WebGLObject.cpp b/Source/core/html/canvas/WebGLObject.cpp |
index 14dd8ba5ee8d78eeea2c29b7f2dfc08ece0c7a8f..8869f50da082cc1312e44092892234b0c1ccac87 100644 |
--- a/Source/core/html/canvas/WebGLObject.cpp |
+++ b/Source/core/html/canvas/WebGLObject.cpp |
@@ -70,8 +70,7 @@ void WebGLObject::deleteObject(blink::WebGraphicsContext3D* context3d) |
void WebGLObject::detach() |
{ |
m_attachmentCount = 0; // Make sure OpenGL resource is deleted. |
- } |
- |
+} |
void WebGLObject::onDetached(blink::WebGraphicsContext3D* context3d) |
{ |