| Index: content/browser/geolocation/device_data_provider.h
|
| diff --git a/content/browser/geolocation/device_data_provider.h b/content/browser/geolocation/device_data_provider.h
|
| index ba3fb8f4b34f601cf432b3ae08c62637c1898003..4466f91aa75aa710355d297fb2c7c3f1379f7936 100644
|
| --- a/content/browser/geolocation/device_data_provider.h
|
| +++ b/content/browser/geolocation/device_data_provider.h
|
| @@ -193,7 +193,7 @@ class DeviceDataProviderImplBase : public DeviceDataProviderImplBaseHack {
|
| // Calls DeviceDataUpdateAvailable() on all registered listeners.
|
| typedef std::set<ListenerInterface*> ListenersSet;
|
| void NotifyListeners() {
|
| - // Always make the nitofy callback via a posted task, se we can unwind
|
| + // Always make the notify callback via a posted task, so we can unwind
|
| // callstack here and make callback without causing client re-entrancy.
|
| client_loop_->PostTask(FROM_HERE, base::Bind(
|
| &DeviceDataProviderImplBase<DataType>::NotifyListenersInClientLoop,
|
|
|