Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / base / tracked_objects.h
index 31ce4f5..511a289 100644 (file)
@@ -362,6 +362,7 @@ class BASE_EXPORT ThreadData {
     DEACTIVATED,                // No longer recording profling.
     PROFILING_ACTIVE,           // Recording profiles (no parent-child links).
     PROFILING_CHILDREN_ACTIVE,  // Fully active, recording parent-child links.
+    STATUS_LAST = PROFILING_CHILDREN_ACTIVE
   };
 
   typedef std::map<Location, Births*> BirthMap;