| Index: lib/html/templates/html/interface/interface_ShadowRoot.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_CanvasElement.darttemplate b/lib/html/templates/html/interface/interface_ShadowRoot.darttemplate
|
| similarity index 85%
|
| copy from lib/html/templates/html/interface/interface_CanvasElement.darttemplate
|
| copy to lib/html/templates/html/interface/interface_ShadowRoot.darttemplate
|
| index ca44aefd9dd087e66b47e16969e644ab826498ea..ee6915e568b18a6b6f0f3c106bd8bc90668234c4 100644
|
| --- a/lib/html/templates/html/interface/interface_CanvasElement.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_ShadowRoot.darttemplate
|
| @@ -7,5 +7,5 @@
|
| $!COMMENT
|
| abstract class $ID$EXTENDS {
|
| $!MEMBERS
|
| - final CanvasRenderingContext2D context2d;
|
| + static bool get supported => _$(ID)Impl.supported;
|
| }
|
|
|