Chromium Code Reviews| Index: lib/html/templates/html/interface/interface.darttemplate |
| diff --git a/lib/html/templates/html/interface/interface.darttemplate b/lib/html/templates/html/interface/interface.darttemplate |
| index 83c5e379c5a3e1a7388aaf22c7dfde023b32f681..d890d53da2cfabdcb840bdb028a98d8f59365512 100644 |
| --- a/lib/html/templates/html/interface/interface.darttemplate |
| +++ b/lib/html/templates/html/interface/interface.darttemplate |
| @@ -5,5 +5,5 @@ |
| // WARNING: Do not edit - generated code. |
| $!COMMENT |
| -interface $ID$EXTENDS { |
| +abstract class $ID$EXTENDS { |
| $!MEMBERS} |