| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index ab63b3292c9e6b59ada09b292c949344f19ba97c..7c0757f269dbdaf4d0e54af9951111aa840d57a9 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12818,7 +12818,7 @@ class HttpRequest extends EventTarget {
|
| *
|
| * var request = new HttpRequest();
|
| * request.open('GET', 'http://dartlang.org')
|
| - * request.onLoad.add((event) => print('Request complete'));
|
| + * request.onLoad.listen((event) => print('Request complete'));
|
| *
|
| * is the (more verbose) equivalent of
|
| *
|
|
|