Index: Source/modules/geofencing/GeofencingRegion.h |
diff --git a/Source/modules/geofencing/GeofencingRegion.h b/Source/modules/geofencing/GeofencingRegion.h |
index 8161a0202b510711bffd0a4a783433b3203cb626..616a3f59bc35bed926ddf898493ab766e92609eb 100644 |
--- a/Source/modules/geofencing/GeofencingRegion.h |
+++ b/Source/modules/geofencing/GeofencingRegion.h |
@@ -12,6 +12,7 @@ |
namespace blink { |
class GeofencingRegion : public GarbageCollectedFinalized<GeofencingRegion>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
WTF_MAKE_NONCOPYABLE(GeofencingRegion); |
public: |
virtual ~GeofencingRegion() { } |
@@ -29,4 +30,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // GeofencingRegion_h |