Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart

Issue 23721012: Generate out.precompiled.js, not precompiled.js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698