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

Unified Diff: Source/modules/geofencing/CircularRegion.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. 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/gamepad/WebKitGamepadList.cpp ('k') | Source/modules/geofencing/Geofencing.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geofencing/CircularRegion.cpp
diff --git a/Source/modules/geofencing/CircularRegion.cpp b/Source/modules/geofencing/CircularRegion.cpp
index 2007e46b6e185231e4cab6fd175bd56c0e01fd59..bb208e23ee55b245814eea88d03703d290c57538 100644
--- a/Source/modules/geofencing/CircularRegion.cpp
+++ b/Source/modules/geofencing/CircularRegion.cpp
@@ -31,7 +31,6 @@ CircularRegion::CircularRegion(const CircularRegionInit& init)
, m_longitude(init.longitude)
, m_radius(init.radius)
{
- ScriptWrappable::init(this);
}
} // namespace blink
« no previous file with comments | « Source/modules/gamepad/WebKitGamepadList.cpp ('k') | Source/modules/geofencing/Geofencing.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698