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

Unified Diff: lib/compiler/implementation/lib/io.dart

Issue 10254001: Add websocket files to dummy io.dart implementation for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix code blocks Created 8 years, 8 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
« no previous file with comments | « no previous file | runtime/bin/websocket.dart » ('j') | runtime/bin/websocket.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/io.dart
diff --git a/lib/compiler/implementation/lib/io.dart b/lib/compiler/implementation/lib/io.dart
index 19f8ef8bf8dcd774237675bd0d090dcd059ce5ac..e97ccf17338d1644217b8fddbdb72579176d8c95 100644
--- a/lib/compiler/implementation/lib/io.dart
+++ b/lib/compiler/implementation/lib/io.dart
@@ -51,6 +51,8 @@
// #source('../../../../runtime/bin/stdio.dart');
#source('../../../../runtime/bin/timer.dart');
#source('../../../../runtime/bin/timer_impl.dart');
+#source('../../../../runtime/bin/websocket.dart');
+#source('../../../../runtime/bin/websocket_impl.dart');
class _File {
factory File(arg) {
« no previous file with comments | « no previous file | runtime/bin/websocket.dart » ('j') | runtime/bin/websocket.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698