| Index: Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| index 4d9e14779c8c9cf50a60bf389bb837fb0800956a..5427f85e26c4b10fb4df37793cb86217b2e0792a 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| @@ -115,7 +115,7 @@ interface CanvasRenderingContext2D : CanvasRenderingContext {
|
| void setFillColor(float r, float g, float b, float a);
|
| void setFillColor(float c, float m, float y, float k, float a);
|
|
|
| - void strokeRect(float x, float y, float width, float height, optional float lineWidth);
|
| + void strokeRect(float x, float y, float width, float height);
|
|
|
| [RaisesException] void drawImage(HTMLImageElement? image, float x, float y);
|
| [RaisesException] void drawImage(HTMLImageElement? image, float x, float y, float width, float height);
|
|
|