Chromium Code Reviews| Index: Source/modules/geolocation/Geoposition.h |
| diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h |
| index aa03262758c2d84a7ec7a1f550018f375753c487..565c794eac8671d1d90c5a5b7e6efc58267c2dfa 100644 |
| --- a/Source/modules/geolocation/Geoposition.h |
| +++ b/Source/modules/geolocation/Geoposition.h |
| @@ -36,7 +36,6 @@ |
| namespace WebCore { |
| class Geoposition : public RefCountedWillBeGarbageCollectedFinalized<Geoposition>, public ScriptWrappable { |
| - DECLARE_GC_INFO; |
| public: |
| static PassRefPtrWillBeRawPtr<Geoposition> create(PassRefPtrWillBeRawPtr<Coordinates> coordinates, DOMTimeStamp timestamp) |
| { |