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

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

Issue 2510073002: Provide source map info for simple async methods. (Closed)
Patch Set: Created 4 years, 1 month 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/html_parts.dart
diff --git a/tests/compiler/dart2js/sourcemaps/html_parts.dart b/tests/compiler/dart2js/sourcemaps/html_parts.dart
index 2691a0919d2406c67c60cdc5e9fe44e7379c6173..d4e809f9df23e5f3a83e81355ad9a9e7c9939820 100644
--- a/tests/compiler/dart2js/sourcemaps/html_parts.dart
+++ b/tests/compiler/dart2js/sourcemaps/html_parts.dart
@@ -125,15 +125,7 @@ class HtmlPrintContext {
}
}
-enum HtmlPartKind {
- CODE,
- LINE,
- CONST,
- NEWLINE,
- TEXT,
- TAG,
- LINE_NUMBER,
-}
+enum HtmlPartKind { CODE, LINE, CONST, NEWLINE, TEXT, TAG, LINE_NUMBER, }
abstract class HtmlPart {
void printHtmlOn(StringBuffer buffer, HtmlPrintContext context);

Powered by Google App Engine
This is Rietveld 408576698