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

Unified Diff: runtime/observatory/tests/service/inbound_references_test.dart

Issue 1133733005: Use words please. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: also rename service rpc Created 5 years, 7 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/tests/service/inbound_references_test.dart
diff --git a/runtime/observatory/tests/service/inbound_references_test.dart b/runtime/observatory/tests/service/inbound_references_test.dart
index 8da9d2c767a6b6ece0c53a3ad36d4038c752931c..21a6866fa9066214ed23a6ed9ca76f8048545821 100644
--- a/runtime/observatory/tests/service/inbound_references_test.dart
+++ b/runtime/observatory/tests/service/inbound_references_test.dart
@@ -29,7 +29,7 @@ void script() {
var tests = [
(Isolate isolate) =>
- isolate.rootLib.load().then((Library lib) {
+ isolate.rootLibrary.load().then((Library lib) {
Instance e = lib.variables.where((v) => v.name == 'e').single.value;
return isolate.getInboundReferences(e, 100).then(
(ServiceMap response) {
« no previous file with comments | « runtime/observatory/tests/service/graph_test.dart ('k') | runtime/observatory/tests/service/mirror_references_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698