Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_runtime_features.cc
index 63c6c36..c3057ec 100644 (file)
@@ -22,6 +22,11 @@ struct MatchRuntimeFeature
   const std::string name;
 };
 
+XWalkRuntimeFeatures::RuntimeFeature::RuntimeFeature()
+    : status(Experimental),
+      enabled(false) {
+}
+
 // static
 XWalkRuntimeFeatures* XWalkRuntimeFeatures::GetInstance() {
   return Singleton<XWalkRuntimeFeatures>::get();