Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / common / geolocation_messages.h
index 2c70a74..f40cdb8 100644 (file)
@@ -11,7 +11,8 @@
 
 #define IPC_MESSAGE_START GeolocationMsgStart
 
-IPC_ENUM_TRAITS(content::Geoposition::ErrorCode)
+IPC_ENUM_TRAITS_MAX_VALUE(content::Geoposition::ErrorCode,
+                          content::Geoposition::ERROR_CODE_LAST)
 
 IPC_STRUCT_TRAITS_BEGIN(content::Geoposition)
   IPC_STRUCT_TRAITS_MEMBER(latitude)