Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_runtime_features.h
index 7945138..6edca0d 100644 (file)
@@ -34,14 +34,14 @@ class XWalkRuntimeFeatures {
     Experimental
   };
 
-
   struct RuntimeFeature {
     std::string name;
     std::string description;
     std::string command_line_switch;
     RuntimeFeatureStatus status;
     bool enabled;
-    RuntimeFeature() = default;
+
+    RuntimeFeature();
   };
 
  private: