| Index: client/dom/templates/html/interface/interface_WebSocket.darttemplate
|
| diff --git a/client/dom/templates/html/interface/interface_Point.darttemplate b/client/dom/templates/html/interface/interface_WebSocket.darttemplate
|
| similarity index 75%
|
| copy from client/dom/templates/html/interface/interface_Point.darttemplate
|
| copy to client/dom/templates/html/interface/interface_WebSocket.darttemplate
|
| index 757337edb17121558c1ab2b123f2bf9dfe6d4a74..eab5ac059d69c5178d20d2923f42f1b3506a4e5a 100644
|
| --- a/client/dom/templates/html/interface/interface_Point.darttemplate
|
| +++ b/client/dom/templates/html/interface/interface_WebSocket.darttemplate
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // 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.
|
|
|
| @@ -6,5 +6,5 @@
|
|
|
| interface $ID$EXTENDS default _$(ID)FactoryProvider {
|
|
|
| - $ID(num x, num y);
|
| + $ID(String url);
|
| $!MEMBERS}
|
|
|