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

Unified Diff: runtime/observatory/lib/src/elements/nav/notify_exception.dart

Issue 2211603002: Centralized event streams (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merged with master Created 4 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/observatory/lib/src/elements/nav/notify_exception.dart
diff --git a/runtime/observatory/lib/src/elements/nav/notify_exception.dart b/runtime/observatory/lib/src/elements/nav/notify_exception.dart
index cf0a4636f3bb05f452f44f7874804f8305de22b5..0e92bdafeab9d212813be3700234651bd6fd0520 100644
--- a/runtime/observatory/lib/src/elements/nav/notify_exception.dart
+++ b/runtime/observatory/lib/src/elements/nav/notify_exception.dart
@@ -31,6 +31,7 @@ class NavNotifyExceptionElement extends HtmlElement implements Renderable {
Exception _exception;
StackTrace _stacktrace;
+
Exception get exception => _exception;
StackTrace get stacktrace => _stacktrace;

Powered by Google App Engine
This is Rietveld 408576698