| Index: Source/modules/geolocation/Geoposition.h
|
| diff --git a/Source/modules/geolocation/Geoposition.h b/Source/modules/geolocation/Geoposition.h
|
| index 4a6db860ca45363076f9950f6b3c39bbe393b48f..04c700f0d9b36b4777af40efd46597ebe88f4c91 100644
|
| --- a/Source/modules/geolocation/Geoposition.h
|
| +++ b/Source/modules/geolocation/Geoposition.h
|
| @@ -34,6 +34,7 @@
|
| namespace blink {
|
|
|
| class Geoposition FINAL : public GarbageCollected<Geoposition>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp)
|
| {
|
|
|