| 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 91351fc2f339b5a775afd3bad246281153dc8523..a1555b515b774dac35f3d4f9e932daf1bfd7192e 100644
 | 
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
 | 
| @@ -12,7 +12,6 @@
 | 
|  namespace blink {
 | 
|  
 | 
|  GeoNotifier::GeoNotifier(Geolocation* geolocation, PositionCallback* successCallback, PositionErrorCallback* errorCallback, const PositionOptions& options)
 | 
| -    // FIXME : m_geolocation should be removed, it makes circular dependancy.
 | 
|      : m_geolocation(geolocation)
 | 
|      , m_successCallback(successCallback)
 | 
|      , m_errorCallback(errorCallback)
 | 
| 
 |