| Index: Source/core/html/canvas/CanvasContextAttributes.h
|
| diff --git a/Source/core/html/canvas/CanvasContextAttributes.h b/Source/core/html/canvas/CanvasContextAttributes.h
|
| index 97483b366b56b0f2834cc86d0fccbc2c58128ec4..dfdfcf47243db265f3b1629c0c5cbaf2d1dbb0b0 100644
|
| --- a/Source/core/html/canvas/CanvasContextAttributes.h
|
| +++ b/Source/core/html/canvas/CanvasContextAttributes.h
|
| @@ -32,8 +32,7 @@
|
| namespace WebCore {
|
|
|
| // A base class for any attributes that are needed which would affect
|
| -// the creation of the Canvas's rendering context. Currently only the
|
| -// WebGLRenderingContext uses this mechanism.
|
| +// the creation of the Canvas's rendering context.
|
|
|
| class CanvasContextAttributes : public RefCounted<CanvasContextAttributes> {
|
| public:
|
|
|