From: Hyunjin Park Date: Fri, 8 Apr 2016 04:38:21 +0000 (+0900) Subject: modify comment about exception definition X-Git-Tag: submit/tizen/20160408.075806^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1a32a6217aa157fe9d732a80c72c01a5ac0ce1;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git modify comment about exception definition Change-Id: I4636ddd9ccd15359c9d8721084367f1dfad8b37b --- diff --git a/src/common/platform_result.h b/src/common/platform_result.h index c3231750..f250556b 100755 --- a/src/common/platform_result.h +++ b/src/common/platform_result.h @@ -24,7 +24,7 @@ namespace common { // WARNING! This list should be in sync with the equivalent list -// located at tizen/tizen_api.js. Remember to update tizen/tizen_api.js if you +// located at utils/utils_api.js. Remember to update utils/utils_api.js if you // change something here. enum class ErrorCode : int { // NO_ERROR is not really a valid error, but can be used