| Index: sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate b/sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| index 1198d89e071b5f847fd0d9cfab936b79ecb415af..1466cea81cd86e7f078eb2f8b5064feca954014c 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $!MEMBERS
|
|
|
|
|