Chromium Code Reviews| Index: samples/chat/http.dart |
| diff --git a/samples/chat/http.dart b/samples/chat/http.dart |
| index 10553e5a373ead1ad27ce70effcba56b46ab86a6..c31e28428f16b700f22ac1e7238571e3d49564d1 100644 |
| --- a/samples/chat/http.dart |
| +++ b/samples/chat/http.dart |
| @@ -5,6 +5,8 @@ |
| #library("http"); |
| #import("dart:io"); |
| #source("http_impl.dart"); |
| +#source("../../runtime/bin/buffer_list.dart"); |
|
Anders Johnsen
2012/02/28 12:23:40
We don't expose these in dart:io?
Søren Gjesse
2012/02/28 13:03:42
No, they only contains private classes. When this
|
| +#source("../../runtime/bin/stream_util.dart"); |
| /** |
| * HTTP status codes. |