| Index: sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/dart2js.dart (revision 14473)
|
| +++ sdk/lib/_internal/compiler/implementation/dart2js.dart (working copy)
|
| @@ -14,7 +14,7 @@
|
| #import('filenames.dart');
|
| #import('util/uri_extras.dart');
|
|
|
| -const String LIBRARY_ROOT = '../../../..';
|
| +const String LIBRARY_ROOT = '../../../../..';
|
| const String OUTPUT_LANGUAGE_DART = 'Dart';
|
|
|
| typedef void HandleOption(String option);
|
|
|