Chromium Code Reviews| Index: sdk/lib/html/templates/html/dart2js/impl_CanvasElement.darttemplate |
| diff --git a/sdk/lib/html/templates/html/dart2js/impl_CanvasElement.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_CanvasElement.darttemplate |
| index 1c790c0afe67b39f424f3d8f972bc8965ef0bedd..7d9d2bf641df249a2bae9fbae72e51bd3f115399 100644 |
| --- a/sdk/lib/html/templates/html/dart2js/impl_CanvasElement.darttemplate |
| +++ b/sdk/lib/html/templates/html/dart2js/impl_CanvasElement.darttemplate |
| @@ -5,5 +5,5 @@ |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| $!MEMBERS |
| - _CanvasRenderingContext2DImpl get context2d => getContext('2d'); |
| + CanvasRenderingContext2D get context2d => getContext('2d'); |
| } |