| Index: lib/dom/templates/html/interface/interface_Storage.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface_Storage.darttemplate b/lib/dom/templates/html/interface/interface_Storage.darttemplate
|
| index 055efe9ed38ee6419b4c4ae3686af5364e089f60..4b51ea27edff021beae3b29d9a1f4437b0bf2db4 100644
|
| --- a/lib/dom/templates/html/interface/interface_Storage.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface_Storage.darttemplate
|
| @@ -2,6 +2,7 @@
|
| // 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.
|
|
|
| +$!COMMENT
|
| interface $ID extends Map<String, String> {
|
| $!MEMBERS
|
| }
|
|
|