| Index: Source/modules/geolocation/Coordinates.h
|
| diff --git a/Source/modules/geolocation/Coordinates.h b/Source/modules/geolocation/Coordinates.h
|
| index 9a4319b82374f54571239b0482ba7370da6c3f15..848941d964389c9410908417f77e5ead0d1161d3 100644
|
| --- a/Source/modules/geolocation/Coordinates.h
|
| +++ b/Source/modules/geolocation/Coordinates.h
|
| @@ -34,7 +34,6 @@
|
| namespace WebCore {
|
|
|
| class Coordinates : public RefCountedWillBeGarbageCollectedFinalized<Coordinates>, public ScriptWrappable {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
|
| {
|
|
|