| Index: lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface.darttemplate b/lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
|
| similarity index 84%
|
| copy from lib/dom/templates/html/interface/interface.darttemplate
|
| copy to lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
|
| index 83c5e379c5a3e1a7388aaf22c7dfde023b32f681..20f3d82b37664005c22a26c8a78e9fe3719f7941 100644
|
| --- a/lib/dom/templates/html/interface/interface.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface_CanvasElement.darttemplate
|
| @@ -6,4 +6,6 @@
|
|
|
| $!COMMENT
|
| interface $ID$EXTENDS {
|
| -$!MEMBERS}
|
| +$!MEMBERS
|
| + final CanvasRenderingContext2D context2d;
|
| +}
|
|
|