Chromium Code Reviews| Index: client/dom/templates/interface.darttemplate |
| diff --git a/client/dom/templates/interface.darttemplate b/client/dom/templates/interface.darttemplate |
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..39d944accbdce9567d0b925b848e4da6e8a525e9 100644 |
| --- a/client/dom/templates/interface.darttemplate |
| +++ b/client/dom/templates/interface.darttemplate |
| @@ -4,5 +4,5 @@ |
| // WARNING: Do not edit - generated code. |
| -interface $ID$!EXTENDS { |
| +interface $ID$EXTENDS { |
| $!MEMBERS} |