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

Unified Diff: runtime/observatory/lib/src/service/object.dart

Issue 2306483002: Converted Observatory code-view element (Closed)
Patch Set: Removed dead code 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/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index eab584c501a7f16d35c27ea56a4390369ee9c44d..912d6c846a5bb21e679d267b168993e66ecc4d22 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -3907,7 +3907,7 @@ class CodeInlineInterval {
class Code extends HeapObject implements M.Code {
@observable M.CodeKind kind;
- @observable ServiceObject objectPool;
+ @observable ObjectPool objectPool;
@observable ServiceFunction function;
@observable Script script;
@observable bool isOptimized;

Powered by Google App Engine
This is Rietveld 408576698