| 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 1b35a0d47a95929ed18c4c6556b2b0980562acc9..22f33a7d5079da424d08d422b152310733267c87 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12778,7 +12778,7 @@ class Geolocation extends NativeFieldWrapperClass1 {
|
| controller.add(_ensurePosition(position));
|
| },
|
| (error) {
|
| - controller.signalError(error);
|
| + controller.addError(error);
|
| },
|
| options);
|
| } else {
|
|
|