| Index: runtime/bin/dartutils.cc
|
| diff --git a/runtime/bin/dartutils.cc b/runtime/bin/dartutils.cc
|
| index 57784898e8f1ec693a19d1453700d474f8028125..e953dd68bd40719bb9b5d0b119477a97907401b4 100644
|
| --- a/runtime/bin/dartutils.cc
|
| +++ b/runtime/bin/dartutils.cc
|
| @@ -49,7 +49,7 @@ static bool IsWindowsHost() {
|
|
|
| // Experimental flag that offloads all script loading I/O onto
|
| // the service isolate. Disabled for now.
|
| -// #define LOAD_VIA_SERVICE_ISOLATE
|
| +#define LOAD_VIA_SERVICE_ISOLATE
|
|
|
| const char* DartUtils::MapLibraryUrl(CommandLineOptions* url_mapping,
|
| const char* url_string) {
|
|
|