Index: Source/modules/geolocation/Geolocation.h |
diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h |
index b4124c3967cacda7bce2b31bffb926b069acc28f..8e322d38e51d57d015c97ad75cd3aa8798619b0a 100644 |
--- a/Source/modules/geolocation/Geolocation.h |
+++ b/Source/modules/geolocation/Geolocation.h |
@@ -53,6 +53,7 @@ class Geolocation FINAL |
: public GarbageCollectedFinalized<Geolocation> |
, public ScriptWrappable |
, public ActiveDOMObject { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static Geolocation* create(ExecutionContext*); |
virtual ~Geolocation(); |