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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 4 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/CircularRegion.h ('k') | Source/modules/geofencing/GeofencingRegion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geofencing/Geofencing.h
diff --git a/Source/modules/geofencing/Geofencing.h b/Source/modules/geofencing/Geofencing.h
index 434a860329c03cfb3e00980028641dde8501ae95..9d6bf412949c0be3314a638872597a275c4e0ae0 100644
--- a/Source/modules/geofencing/Geofencing.h
+++ b/Source/modules/geofencing/Geofencing.h
@@ -17,6 +17,7 @@ class ScriptPromise;
class ScriptState;
class Geofencing FINAL : public GarbageCollected<Geofencing>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static Geofencing* create()
{
« no previous file with comments | « Source/modules/geofencing/CircularRegion.h ('k') | Source/modules/geofencing/GeofencingRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698