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

Unified Diff: runtime/observatory/tests/service/get_instances_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_instances_rpc_test.dart
diff --git a/runtime/observatory/tests/service/get_instances_rpc_test.dart b/runtime/observatory/tests/service/get_instances_rpc_test.dart
index 01270fc8eb1d12345ff4f4215e0ef9709cda1598..ee2df7fe8d46ef8a6846d432b1d234390ac11e8c 100644
--- a/runtime/observatory/tests/service/get_instances_rpc_test.dart
+++ b/runtime/observatory/tests/service/get_instances_rpc_test.dart
@@ -22,10 +22,10 @@ void warmup() {
eval(Isolate isolate, String expression) async {
Map params = {
- 'targetId': isolate.rootLib.id,
+ 'targetId': isolate.rootLibrary.id,
'expression': expression,
};
- return await isolate.invokeRpcNoUpgrade('eval', params);
+ return await isolate.invokeRpcNoUpgrade('evaluate', params);
}
var tests = [

Powered by Google App Engine
This is Rietveld 408576698