| Index: runtime/observatory/lib/src/elements/script_ref.html
|
| diff --git a/runtime/observatory/lib/src/elements/script_ref.html b/runtime/observatory/lib/src/elements/script_ref.html
|
| index 79f04493fefb2255db433055cbac1306c8a6226d..ccbb17732f8e147a490c8fcc12d2ecc155b41540 100644
|
| --- a/runtime/observatory/lib/src/elements/script_ref.html
|
| +++ b/runtime/observatory/lib/src/elements/script_ref.html
|
| @@ -9,4 +9,14 @@
|
| </template>
|
| </polymer-element>
|
|
|
| +<polymer-element name="source-link">
|
| +<template>
|
| + <template if="{{ location != null }}">
|
| + <script-ref ref="{{ location.script }}"
|
| + pos="{{ location.tokenPos }}"></script-ref>
|
| + </template>
|
| +</template>
|
| +</polymer-element>
|
| +
|
| +
|
| <script type="application/dart" src="script_ref.dart"></script>
|
|
|