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

Unified Diff: tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart

Issue 1417323005: Rename Compiler.runCompiler -> runInternal. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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: tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
diff --git a/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart b/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
index 8d4c8830c6a0c53ce625a3d46205e8ad4fa34149..9cb53e566d977cf1e567ef943f6dc7ee9507ba74 100644
--- a/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
+++ b/tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart
@@ -134,7 +134,7 @@ class SourceMapProcessor {
var handler = compiler.handler;
SourceFileProvider sourceFileProvider = handler.provider;
sourceFileManager = new ProviderSourceFileManager(sourceFileProvider);
- await compiler.runCompiler(inputUri);
+ await compiler.run(inputUri);
List<SourceMapInfo> infoList = <SourceMapInfo>[];
backend.generatedCode.forEach((Element element, js.Expression node) {

Powered by Google App Engine
This is Rietveld 408576698