| Index: runtime/bin/http_impl.dart
|
| diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart
|
| index 8b197d799f576be7125367487e528e59456cfe67..822fbd590aead346f0fe25f7a7ca2118bf0965c6 100644
|
| --- a/runtime/bin/http_impl.dart
|
| +++ b/runtime/bin/http_impl.dart
|
| @@ -976,7 +976,7 @@ class _HttpServer implements HttpServer {
|
| _closeServer = false;
|
| }
|
|
|
| - addRequestHandler(bool matcher(String path),
|
| + addRequestHandler(bool matcher(HttpRequest request),
|
| void handler(HttpRequest request, HttpResponse response)) {
|
| _handlers.add(new _RequestHandlerRegistration(matcher, handler));
|
| }
|
|
|