| Index: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
|
| diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
|
| index 7f99cb0240b5a910ebb386bace63c34f6d51aa19..c4b8d5ba0b3491416a1d9d71a1220b347d7c16ff 100644
|
| --- a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
|
| +++ b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
|
| @@ -149,7 +149,7 @@ function test()
|
| output(property);
|
| }
|
|
|
| - var pattern = ctx.createPattern(new Image(), "repeat");
|
| + var pattern = ctx.createPattern(canvas, "repeat");
|
| if (!pattern) {
|
| output("ERROR: Could not create a pattern object.");
|
| return;
|
|
|