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

Unified Diff: runtime/observatory/lib/src/elements/nav/notify_exception.dart

Issue 2572563004: Improve the casing of Stackmap and Stacktrace. (Closed)
Patch Set: Build fixes Created 4 years 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 | « runtime/lib/stacktrace.cc ('k') | runtime/observatory/tests/ui/inspector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/nav/notify_exception.dart
diff --git a/runtime/observatory/lib/src/elements/nav/notify_exception.dart b/runtime/observatory/lib/src/elements/nav/notify_exception.dart
index 167181c8263ff58a765e1e4267d758545730bb3e..3a76cc4419831d2355d5ebcf632888bc06d48926 100644
--- a/runtime/observatory/lib/src/elements/nav/notify_exception.dart
+++ b/runtime/observatory/lib/src/elements/nav/notify_exception.dart
@@ -98,7 +98,7 @@ class NavNotifyExceptionElement extends HtmlElement implements Renderable {
];
if (stacktrace != null) {
content.addAll([
- new SpanElement()..text = 'Stacktrace:',
+ new SpanElement()..text = 'StackTrace:',
new BRElement(),
new BRElement(),
new DivElement()..text = stacktrace.toString(),
« no previous file with comments | « runtime/lib/stacktrace.cc ('k') | runtime/observatory/tests/ui/inspector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698