Chromium Code Reviews| 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 50b23adc857277cb2231781bcc2682675aafd5fc..c64e91971decb86fcdbd09afad5330269975023c 100644 |
| --- a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate |
| @@ -6,7 +6,7 @@ part of $LIBRARYNAME; |
| $(ANNOTATIONS)class $CLASSNAME$EXTENDS implements CanvasImageSource$IMPLEMENTS$NATIVESPEC { |
| $!MEMBERS |
| - CanvasRenderingContext2D get context2d => getContext('2d'); |
| + CanvasRenderingContext2D get context2D => getContext('2d'); |
|
Andrei Mouravski
2013/04/05 17:57:53
Guess what I'm going to say.
While you're here, a
|
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |