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

Unified Diff: runtime/observatory/lib/src/elements/eval_box.html

Issue 2167053002: Converted Observatory nav-notify element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed template ciclic references that were blocking initialization Created 4 years, 5 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/observatory/lib/src/elements/eval_box.html
diff --git a/runtime/observatory/lib/src/elements/eval_box.html b/runtime/observatory/lib/src/elements/eval_box.html
index f01a995a19d582573c1e8c1b47caafa57b274d3a..eb1e639d5c4d75ca176e5ce9710d69812b7287c8 100644
--- a/runtime/observatory/lib/src/elements/eval_box.html
+++ b/runtime/observatory/lib/src/elements/eval_box.html
@@ -1,9 +1,9 @@
<link rel="import" href="../../../../packages/polymer/polymer.html">
<link rel="import" href="instance_ref.html">
<link rel="import" href="error_ref.html">
-<link rel="import" href="observatory_element.html">
-<polymer-element name="eval-box" extends="observatory-element">
+
+<polymer-element name="eval-box">
<template>
<style>
.textbox {
« no previous file with comments | « runtime/observatory/lib/src/elements/error_view.html ('k') | runtime/observatory/lib/src/elements/eval_link.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698