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

Unified Diff: pkg/dart2js_incremental/lib/library_updater.dart

Issue 1223953002: Fix try. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix long line Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart2js_incremental/lib/library_updater.dart
diff --git a/pkg/dart2js_incremental/lib/library_updater.dart b/pkg/dart2js_incremental/lib/library_updater.dart
index 924f2f46e1c9a0e344e671d7622455ffa1c587d5..f111d4a582952d5eeb717f4488e0414ccb4dd738 100644
--- a/pkg/dart2js_incremental/lib/library_updater.dart
+++ b/pkg/dart2js_incremental/lib/library_updater.dart
@@ -70,8 +70,8 @@ import 'package:compiler/src/js_emitter/model.dart' show
Class,
Method;
-import 'package:compiler/src/js_emitter/program_builder.dart' show
- ProgramBuilder;
+import 'package:compiler/src/js_emitter/program_builder/program_builder.dart'
+ show ProgramBuilder;
import 'package:js_runtime/shared/embedded_names.dart'
as embeddedNames;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698