| Index: tools/dom/src/CanvasImageSource.dart
|
| diff --git a/tools/dom/src/CanvasImageSource.dart b/tools/dom/src/CanvasImageSource.dart
|
| index b6a770cf3a954c0df820ae98e318716f4face2d8..e0305335a851b7b56e3baa1be2b866bedf3793a9 100644
|
| --- a/tools/dom/src/CanvasImageSource.dart
|
| +++ b/tools/dom/src/CanvasImageSource.dart
|
| @@ -7,10 +7,7 @@ part of html;
|
| /**
|
| * An object that can be drawn to a 2D canvas rendering context.
|
| *
|
| - * This object is either an [ImageElement], [VideoElement], or
|
| - * [CanvasElement].
|
| - *
|
| - * The image drawn to the canvas differs by implementation:
|
| + * The image drawn to the canvas depends on the type of this object:
|
| *
|
| * * If this object is an [ImageElement], then this element's image is
|
| * drawn to the canvas. If this element is an animated image, then this
|
|
|