Index: tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
index 699a3287009ee7e7bce36a23b8388ba25ab5cafb..02aabe9ebd7cfcaf164570010445200b03d6fd7e 100644 |
--- a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)class $CLASSNAME$EXTENDS implements CanvasImageSource$IMPLEMENTS$NATIVESPEC { |
$!MEMBERS |
CanvasRenderingContext2D get context2d => getContext('2d'); |