| Index: sdk/lib/html/dart2js/html_dart2js.dart
 | 
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
 | 
| index 888e099c91506c2a5894b158baa825556fe83e65..689684b50ada2b7c50d149c351745438fd29cc22 100644
 | 
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
 | 
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
 | 
| @@ -11966,7 +11966,7 @@ class Geolocation native "*Geolocation" {
 | 
|                  controller.add(_ensurePosition(position));
 | 
|                },
 | 
|                (error) {
 | 
| -                controller.signalError(error);
 | 
| +                controller.addError(error);
 | 
|                },
 | 
|                options);
 | 
|          } else {
 | 
| 
 |