Index: Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp |
diff --git a/Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp b/Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp |
index ba8a9849b01ae681ab4ab420d6e6e4f6fe79d115..b0af768a9039ecf8d6cefaf9c9de4dfc2d718760 100644 |
--- a/Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp |
+++ b/Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp |
@@ -44,7 +44,7 @@ DrawingBuffer* WebGLSharedWebGraphicsContext3D::drawingBuffer() const |
return m_buffer.get(); |
} |
-blink::WebGraphicsContext3D* WebGLSharedWebGraphicsContext3D::webContext() const |
+WebGraphicsContext3D* WebGLSharedWebGraphicsContext3D::webContext() const |
{ |
return m_buffer ? m_buffer->context() : 0; |
} |