Index: Source/core/html/canvas/ContextAttributeHelpers.h |
diff --git a/Source/core/html/canvas/ContextAttributeHelpers.h b/Source/core/html/canvas/ContextAttributeHelpers.h |
index 8db1f191a3ec52692ef54a76457592ba33181114..15687d0fa8cc7d7987c022bd2b73f6fed16b0f6b 100644 |
--- a/Source/core/html/canvas/ContextAttributeHelpers.h |
+++ b/Source/core/html/canvas/ContextAttributeHelpers.h |
@@ -20,7 +20,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri |
// Set up the attributes that can be used to initialize a WebGraphicsContext3D. |
// It's mostly based on WebGLContextAttributes, but may be adjusted based |
// on settings. |
-WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const blink::WebString&, Settings*, unsigned webGLVersion); |
+WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, Settings*, unsigned webGLVersion); |
} // namespace blink |