| Index: lib/dom/templates/html/interface/interface.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface_WebSocket.darttemplate b/lib/dom/templates/html/interface/interface.darttemplate
|
| similarity index 78%
|
| copy from lib/dom/templates/html/interface/interface_WebSocket.darttemplate
|
| copy to lib/dom/templates/html/interface/interface.darttemplate
|
| index eab5ac059d69c5178d20d2923f42f1b3506a4e5a..83c5e379c5a3e1a7388aaf22c7dfde023b32f681 100644
|
| --- a/lib/dom/templates/html/interface/interface_WebSocket.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface.darttemplate
|
| @@ -4,7 +4,6 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$EXTENDS default _$(ID)FactoryProvider {
|
| -
|
| - $ID(String url);
|
| +$!COMMENT
|
| +interface $ID$EXTENDS {
|
| $!MEMBERS}
|
|
|