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

Unified Diff: runtime/observatory/lib/src/elements/code_view.dart

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 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
« no previous file with comments | « runtime/lib/convert_patch.dart ('k') | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/code_view.dart
diff --git a/runtime/observatory/lib/src/elements/code_view.dart b/runtime/observatory/lib/src/elements/code_view.dart
index 702ad53bcd9b76226a67d22309887d1130d037d7..f7e263c32e795e4519772f456c1c36aaaca67442 100644
--- a/runtime/observatory/lib/src/elements/code_view.dart
+++ b/runtime/observatory/lib/src/elements/code_view.dart
@@ -429,7 +429,7 @@ class CodeViewElement extends HtmlElement implements Renderable {
return '$pcent (${tick.exclusiveTicks})';
}
- void _updateDiasssemblyTable() {
+ void _updateDisassemblyTable() {
S.Code code = _code as S.Code;
disassemblyTable.clearRows();
if (code == null) {
@@ -530,7 +530,7 @@ class CodeViewElement extends HtmlElement implements Renderable {
}
void _updateDisassembly() {
- _updateDiasssemblyTable();
+ _updateDisassemblyTable();
_updateDisassemblyDOMTable();
}
« no previous file with comments | « runtime/lib/convert_patch.dart ('k') | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698