Bug 1239749 - Remove extra space from PermissionSettings.js debug message. r=gwagner

This commit is contained in:
Andrew McCreight 2016-01-14 10:02:00 -05:00
parent b8470360fa
commit 72a4b1c992

View File

@ -77,7 +77,7 @@ PermissionSettings.prototype = {
set: function set(aPermName, aPermValue, aManifestURL, aOrigin,
aBrowserFlag) {
debug("Set called with: " + aPermName + ", " + aManifestURL + ", " +
aOrigin + ", " + aPermValue + ", " + aBrowserFlag);
aOrigin + ", " + aPermValue + ", " + aBrowserFlag);
let currentPermValue = this.get(aPermName, aManifestURL, aOrigin,
aBrowserFlag);
let action;