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

Unified Diff: runtime/observatory/tests/ui/inspector.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/observatory/lib/src/elements/nav/notify_exception.dart ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/ui/inspector.dart
diff --git a/runtime/observatory/tests/ui/inspector.dart b/runtime/observatory/tests/ui/inspector.dart
index c34f2d958a05c8fd8c4990c07c167d07be386a02..ae617a7a87591787618136691d61ed0a2b202f64 100644
--- a/runtime/observatory/tests/ui/inspector.dart
+++ b/runtime/observatory/tests/ui/inspector.dart
@@ -76,7 +76,7 @@ class Node {
var userTag;
var weakProperty;
- genStacktrace() {
+ genStackTrace() {
try {
num.parse(',');
} catch (e, s) {
@@ -162,7 +162,7 @@ class Node {
portSend = portReceive.sendPort;
regex = new RegExp("a*b+c");
smi = 7;
- stacktrace = genStacktrace();
+ stacktrace = genStackTrace();
string = "Hello $smi ${smi.runtimeType}";
stringLatin1 = "blåbærgrød";
stringSnowflake = "❄";
« no previous file with comments | « runtime/observatory/lib/src/elements/nav/notify_exception.dart ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698