Chromium Code Reviews| Index: runtime/lib/uri_patch.dart |
| diff --git a/runtime/bin/vmservice/service_request_router.dart b/runtime/lib/uri_patch.dart |
| similarity index 59% |
| copy from runtime/bin/vmservice/service_request_router.dart |
| copy to runtime/lib/uri_patch.dart |
| index 6bb5de542e97b7dc864a804db8a38dde9bb4a98f..002594462b5121915bf308b54ee629bdee848bff 100644 |
| --- a/runtime/bin/vmservice/service_request_router.dart |
| +++ b/runtime/lib/uri_patch.dart |
| @@ -1,9 +1,9 @@ |
| // Copyright (c) 2013, 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. |
| +// Dart core library. |
|
ahe
2013/08/06 14:14:30
Remove this line?
Søren Gjesse
2013/08/07 12:08:00
Done.
|
| -part of vmservice; |
| - |
| -abstract class ServiceRequestRouter { |
| - bool route(ServiceRequest request); |
| +// VM implementation of Uri. |
| +patch class Uri { |
| + /* patch */ static bool get _isWindowsPlatform native "Uri_isWindowsPlatform"; |
| } |