Index: Source/core/html/canvas/WebGLRenderingContext.h |
diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h |
index a0f7bca413ead9f173da761dacde276bca238f33..4739adf5ce49f62b9525670b396b7a85e4beb4cb 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContext.h |
+++ b/Source/core/html/canvas/WebGLRenderingContext.h |
@@ -43,7 +43,7 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
private: |
- WebGLRenderingContext(HTMLCanvasElement*, PassOwnPtr<blink::WebGraphicsContext3D>, const WebGLContextAttributes&); |
+ WebGLRenderingContext(HTMLCanvasElement*, PassOwnPtr<WebGraphicsContext3D>, const WebGLContextAttributes&); |
// Enabled extension objects. |
RefPtrWillBeMember<ANGLEInstancedArrays> m_angleInstancedArrays; |