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

Unified Diff: runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html

Issue 251043003: Observatory Display PC descriptors with disassembling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html
diff --git a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html
index 8807cc2ea883fda91c640778f17bfa7fe7a5e0b1..21b89b255472b1aa1b3eec37c875e4e0600d40f4 100644
--- a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html
+++ b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/heap_map.html
@@ -5,7 +5,7 @@
</head>
<polymer-element name="heap-map" extends="observatory-element">
<template>
- <link rel="stylesheet" href="css/shared.css">
+ <link rel="stylesheet" href="../../../../packages/observatory/src/elements/css/shared.css">
<style>
.hover {
position: fixed;

Powered by Google App Engine
This is Rietveld 408576698