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

Unified Diff: runtime/observatory/tests/service/get_stack_rpc_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/get_stack_rpc_test.dart
diff --git a/runtime/observatory/tests/service/get_stack_rpc_test.dart b/runtime/observatory/tests/service/get_stack_rpc_test.dart
index 7c253aa29db0ee853f92f41ae3549eb24458fd70..152fc2acb8587f24590adf76ca06d8f85c7c6bdb 100644
--- a/runtime/observatory/tests/service/get_stack_rpc_test.dart
+++ b/runtime/observatory/tests/service/get_stack_rpc_test.dart
@@ -34,8 +34,8 @@ var tests = [
// Initial data fetch and verify we've hit the breakpoint.
(Isolate isolate) async {
- await isolate.rootLib.load();
- var script = isolate.rootLib.scripts[0];
+ await isolate.rootLibrary.load();
+ var script = isolate.rootLibrary.scripts[0];
await script.load();
await hasStoppedAtBreakpoint(isolate);
// Sanity check.
« no previous file with comments | « runtime/observatory/tests/service/get_retaining_path_rpc_test.dart ('k') | runtime/observatory/tests/service/graph_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698