Bug 1245184 - Update mochitests, r=me

This commit is contained in:
Andrea Marchesini
2016-02-25 16:41:13 +01:00
parent 19f81ae00d
commit d5bd12484c
15 changed files with 27 additions and 25 deletions

View File

@@ -135,7 +135,8 @@ exports.items = [
let cookie = enm.getNext().QueryInterface(Ci.nsICookie);
if (isCookieAtHost(cookie, host)) {
if (cookie.name == args.name) {
cookieMgr.remove(cookie.host, cookie.name, cookie.path, false);
cookieMgr.remove(cookie.host, cookie.name, cookie.path,
cookie.originAttributes, false);
}
}
}