From: Pawel Andruszkiewicz Date: Thu, 16 Apr 2015 07:59:01 +0000 (+0200) Subject: [Account] Fixed native call. X-Git-Tag: submit/tizen_tv/20150603.064601~1^2~155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=744ad501afd19da8853002d63265b6b1cc28577d;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Account] Fixed native call. Change-Id: I91f4509459c7351ccf905939718ca0f8f9cd80f0 --- diff --git a/src/account/account_api.js b/src/account/account_api.js index fde5a784..00aeee9b 100644 --- a/src/account/account_api.js +++ b/src/account/account_api.js @@ -378,7 +378,7 @@ AccountListeners.prototype.removeListener = function(accountListenerId) { if (T_.isEmptyObject(this.instances)) { native_.removeListener(ACCOUNT_LISTENER, this.appCallback); - var result = native_.callSync('AccountManager_removeListener'); + var result = native_.callSync('AccountManager_removeAccountListener'); if (native_.isFailure(result)) { throw native_.getErrorObject(result);