Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / Coordinates.cpp
index 04dfe09..3db7b52 100644 (file)
@@ -28,6 +28,8 @@
 
 namespace WebCore {
 
+DEFINE_GC_INFO(Coordinates);
+
 double Coordinates::altitude(bool& isNull) const
 {
     if (m_canProvideAltitude)