| Index: tests/html/canvasrenderingcontext2d_test.dart
|
| diff --git a/tests/html/canvasrenderingcontext2d_test.dart b/tests/html/canvasrenderingcontext2d_test.dart
|
| index 1fab2416a5afebde7e1195ce46f03c8748ab22b8..7e82241f67eaf7f209e7a1a20d1ded65e372b00d 100644
|
| --- a/tests/html/canvasrenderingcontext2d_test.dart
|
| +++ b/tests/html/canvasrenderingcontext2d_test.dart
|
| @@ -597,7 +597,7 @@ main() {
|
| expect(imageData.width, 15);
|
| expect(imageData.height, 15);
|
|
|
| - var other = context.createImageDataFromData(imageData);
|
| + var other = context.createImageDataFromImageData(imageData);
|
| expect(other.width, 15);
|
| expect(other.height, 15);
|
| });
|
|
|