| Index: third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| index 5d74f77fac50851bbaa2d26f4936c38914301d9c..0d78f5b4e2c1e4d3f7c5db00a3b36597d04620ef 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| @@ -76,8 +76,8 @@ void GeoNotifier::stopTimer() {
|
| void GeoNotifier::timerFired(TimerBase*) {
|
| m_timer.stop();
|
|
|
| - // Test for fatal error first. This is required for the case where the LocalFrame is
|
| - // disconnected and requests are cancelled.
|
| + // Test for fatal error first. This is required for the case where the
|
| + // LocalFrame is disconnected and requests are cancelled.
|
| if (m_fatalError) {
|
| runErrorCallback(m_fatalError);
|
| // This will cause this notifier to be deleted.
|
|
|