| Index: dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart b/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| index f508bfd47aaa92d68fda48c032ae367070e2f03d..9458a910f004409e233435b65c7be414ca8d77b5 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
| @@ -4187,7 +4187,7 @@ if (typeof $printHelperName === "function") {
|
| mainBuffer.write(
|
| jsAst.prettyPrint(precompiledFunctionAst, compiler).getText());
|
|
|
| - compiler.outputProvider('precompiled', 'js')
|
| + compiler.outputProvider('', 'precompiled.js')
|
| ..add(mainBuffer.getText())
|
| ..close();
|
|
|
|
|