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

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

Issue 2939063002: Strong mode cleaning of many dart2js tests. (Closed)
Patch Set: Use ClassElement. Created 3 years, 6 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_html_helper.dart
diff --git a/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart b/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart
index 6a39556ed71fef39d26e86b869698edbdb567ca6..d647c615dc53450bf77f73bce0b629aac43dfa53 100644
--- a/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart
+++ b/tests/compiler/dart2js/sourcemaps/sourcemap_html_helper.dart
@@ -427,8 +427,6 @@ $jsTrace
/// Computes the HTML information for the [info].
SourceMapHtmlInfo createHtmlInfo(
SourceLocationCollection collection, SourceMapInfo info) {
- js.Node node = info.node;
- String code = info.code;
String name = info.name;
SourceLocationCollection subcollection =
new SourceLocationCollection(collection);

Powered by Google App Engine
This is Rietveld 408576698