| Index: tools/dom/templates/html/impl/impl_Geolocation.darttemplate
 | 
| diff --git a/tools/dom/templates/html/impl/impl_Geolocation.darttemplate b/tools/dom/templates/html/impl/impl_Geolocation.darttemplate
 | 
| index 04511b3395eaae741881cc3880add99742499091..11e52b7af31d079eeb3c565dd8186a60d8cfbdc3 100644
 | 
| --- a/tools/dom/templates/html/impl/impl_Geolocation.darttemplate
 | 
| +++ b/tools/dom/templates/html/impl/impl_Geolocation.darttemplate
 | 
| @@ -62,7 +62,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
 | 
|                  controller.add(_ensurePosition(position));
 | 
|                },
 | 
|                (error) {
 | 
| -                controller.signalError(error);
 | 
| +                controller.addError(error);
 | 
|                },
 | 
|                options);
 | 
|          } else {
 | 
| 
 |