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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html

Issue 501583007: Treat null like the object it is in the Observatory and Service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/observatory/lib/src/elements/inbound_reference.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html b/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html
index 3d47d7efd357ac28f792e7cc4c249deb0106471a..c6134692690b277759eb416029d78015ae4dc001 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/inbound_reference.html
@@ -6,17 +6,6 @@
<polymer-element name="inbound-reference" extends="service-ref">
<template>
<link rel="stylesheet" href="css/shared.css">
- <style>
- .errorBox {
- background-color: #f5f5f5;
- border: 1px solid #ccc;
- padding: 10px;
- font-family: consolas, courier, monospace;
- font-size: 1em;
- line-height: 1.2em;
- white-space: pre;
- }
- </style>
<div>
from <any-service-ref ref="{{ source }}"></any-service-ref>
<template if="{{ slotIsArrayIndex }}">via [{{ slot }}]</template>

Powered by Google App Engine
This is Rietveld 408576698