Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Unified Diff: client/dom/templates/html/interface/interface_WebSocket.darttemplate

Issue 9664032: Add factory constructor for WebSocket Add generated dom & html directories to .gitignore (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}
« no previous file with comments | « client/dom/templates/html/interface/interface_Point.darttemplate ('k') | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698