| Index: runtime/observatory/lib/src/elements/debugger.html
|
| diff --git a/runtime/observatory/lib/src/elements/debugger.html b/runtime/observatory/lib/src/elements/debugger.html
|
| index 981f2603bb5870673c8647ddcc3832f453cb82e8..570f19575d95b94480896688aa62e5a1e8d34173 100644
|
| --- a/runtime/observatory/lib/src/elements/debugger.html
|
| +++ b/runtime/observatory/lib/src/elements/debugger.html
|
| @@ -263,6 +263,7 @@
|
| location="{{ frame.function.location }}"
|
| currentPos="{{ frame.location.tokenPos }}"
|
| inDebuggerContext="{{ true }}"
|
| + scroller="{{ scroller }}"
|
| variables="{{ frame.variables }}">
|
| </source-inset>
|
| </div>
|
|
|