Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1149)

Unified Diff: Source/modules/geofencing/GeofencingRegion.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/geofencing/Geofencing.h ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/geofencing/Geofencing.h ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698