| Index: sdk/lib/html/templates/html/impl/impl_CanvasElement.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_CanvasElement.darttemplate b/sdk/lib/html/templates/html/impl/impl_CanvasElement.darttemplate
|
| index dba7b013c82ec2119965dded65720e4e2ba6c528..5264681fee26d1e3dc032d5b9dc1caf638a1118b 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_CanvasElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_CanvasElement.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
|
|
|
|
|