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

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

Issue 2073893002: Removed all analyzer issues from tests (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated comments as full sentences Created 4 years, 6 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 981616ce4fc5318393e2ec596a62594c41fde00d..18d29bf838d2fc9bc449a5c960b14712118ba2d1 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -1641,7 +1641,7 @@ class Isolate extends ServiceObjectOwner {
}
Future<ObjectStore> getObjectStore() {
- return invokeRpc('_getObjectStore', {}).then((map) {
+ return invokeRpcNoUpgrade('_getObjectStore', {}).then((map) {
ObjectStore objectStore = new ObjectStore._empty(this);
objectStore._update(map, false);
return objectStore;

Powered by Google App Engine
This is Rietveld 408576698