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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/code_view.html

Issue 194503006: Code view tweaks and crasher fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « no previous file | runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/lib/src/elements/code_view.html
diff --git a/runtime/bin/vmservice/client/lib/src/elements/code_view.html b/runtime/bin/vmservice/client/lib/src/elements/code_view.html
index 9a4f27e114e853f091d86d19dae0850c589df9fd..7df27a397c067cc4c22bcc800e5dccb21405e3dd 100644
--- a/runtime/bin/vmservice/client/lib/src/elements/code_view.html
+++ b/runtime/bin/vmservice/client/lib/src/elements/code_view.html
@@ -22,9 +22,9 @@
</div>
<div class="panel-body">
<div class="row">
- <div class="col-md-2"><strong>Address</strong></div>
<div class="col-md-2"><strong>Inclusive</strong></div>
<div class="col-md-2"><strong>Exclusive</strong></div>
+ <div class="col-md-2"><strong>Address</strong></div>
<div class="col-md-6"><strong>Disassembly</strong></div>
</div>
<template repeat="{{ instruction in code.instructions }}">
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/lib/src/elements/disassembly_entry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698