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

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

Issue 2194383002: Converted Observatory code-ref function-ref element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed CSS problem Created 4 years, 5 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/class.dart
diff --git a/runtime/observatory/lib/src/models/objects/class.dart b/runtime/observatory/lib/src/models/objects/class.dart
index a2a90077f16d0ae2e7ce2a5ae9a94826c8b04e36..cd8d4cd798990c0938022f11ed498a75db62a8ce 100644
--- a/runtime/observatory/lib/src/models/objects/class.dart
+++ b/runtime/observatory/lib/src/models/objects/class.dart
@@ -9,7 +9,7 @@ abstract class ClassRef extends ObjectRef {
String get name;
}
-abstract class Class extends ObjectRef implements ClassRef {
+abstract class Class extends Object implements ClassRef {
/// The error which occurred during class finalization, if it exists.
/// [optional]
ErrorRef get error;
« no previous file with comments | « runtime/observatory/lib/src/mocks/objects/function.dart ('k') | runtime/observatory/lib/src/models/objects/code.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698