From: Andrzej Popowski Date: Mon, 29 Feb 2016 07:19:31 +0000 (+0100) Subject: [Content] - Removed double privilege checking from JS code X-Git-Tag: submit/tizen/20160302.021255~1^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dfcc1299003f372c075b927a86e6450ba2f92cf;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Content] - Removed double privilege checking from JS code Change-Id: I55789ce686edf6d671aa538bed8182c6fb3cb278 Signed-off-by: Andrzej Popowski --- diff --git a/src/content/js/manager.js b/src/content/js/manager.js index a7bc8a60..009156da 100755 --- a/src/content/js/manager.js +++ b/src/content/js/manager.js @@ -30,8 +30,6 @@ function ContentManager() { } var ContentManagerUpdate = function(content) { - xwalk.utils.checkPrivilegeAccess(xwalk.utils.privilege.CONTENT_WRITE); - var args = validator_.validateArgs(arguments, [ {name: 'content', type: types_.PLATFORM_OBJECT, values: Content} ]);