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

Unified Diff: Source/modules/geofencing/CircularRegion.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/gamepad/WebKitGamepadList.h ('k') | Source/modules/geofencing/Geofencing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geofencing/CircularRegion.h
diff --git a/Source/modules/geofencing/CircularRegion.h b/Source/modules/geofencing/CircularRegion.h
index 628c8be88ec60e51b6ea9ba17733b26d8da018c9..07a63c29980af13359ece3468024134972a7538e 100644
--- a/Source/modules/geofencing/CircularRegion.h
+++ b/Source/modules/geofencing/CircularRegion.h
@@ -22,6 +22,7 @@ struct CircularRegionInit {
};
class CircularRegion FINAL : public GeofencingRegion {
+ DEFINE_WRAPPERTYPEINFO();
WTF_MAKE_NONCOPYABLE(CircularRegion);
public:
static CircularRegion* create(const Dictionary& init);
@@ -43,4 +44,4 @@ private:
} // namespace blink
-#endif
+#endif // CircularRegion_h
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.h ('k') | Source/modules/geofencing/Geofencing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698