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

Unified Diff: frog/tests/frog/src/FrogServerTest.dart

Issue 9500002: Rename blahHandler to onBlah throughout dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 10 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
« no previous file with comments | « frog/server/frog_server.dart ('k') | runtime/bin/chunked_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/frog/src/FrogServerTest.dart
diff --git a/frog/tests/frog/src/FrogServerTest.dart b/frog/tests/frog/src/FrogServerTest.dart
index 5c65e383a605f3e9c5901fe0029cb7d36bbf02d1..a0c2935d2a902c7158e50eb57e8883c88bc7fb96 100644
--- a/frog/tests/frog/src/FrogServerTest.dart
+++ b/frog/tests/frog/src/FrogServerTest.dart
@@ -26,7 +26,7 @@ main() {
final testId = 'abc' + new Date.now().value;
var bytes = new List<int>();
- testSocket.dataHandler = () {
+ testSocket.onData = () {
var pos = bytes.length;
var len = testSocket.available();
bytes.insertRange(pos, len);
« no previous file with comments | « frog/server/frog_server.dart ('k') | runtime/bin/chunked_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698