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

Unified Diff: runtime/observatory/lib/src/models/objects/notification.dart

Issue 2326483005: Shrink AOT snapshot size and memory usage. (Closed)
Patch Set: . Created 4 years, 3 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/models/objects/notification.dart
diff --git a/runtime/observatory/lib/src/models/objects/notification.dart b/runtime/observatory/lib/src/models/objects/notification.dart
index 3a2ae9a40d72d19829136a970c10cf25d6494b2f..d0d922466c465561375471c1478c55c4391b5906 100644
--- a/runtime/observatory/lib/src/models/objects/notification.dart
+++ b/runtime/observatory/lib/src/models/objects/notification.dart
@@ -7,7 +7,7 @@ part of models;
abstract class Notification {}
abstract class ExceptionNotification implements Notification{
- Exception get exception;
+ get exception;
/// [optional]
StackTrace get stacktrace;
}

Powered by Google App Engine
This is Rietveld 408576698