mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1158113: Removing two straggling error codes from Marionette
r=davehunt --HG-- extra : rebase_source : 0ba61719dcfa99e06f34626672cbbac91c69906f
This commit is contained in:
parent
847865a149
commit
9c89709503
@ -196,7 +196,6 @@ this.InvalidSessionIdError = function(msg) {
|
||||
WebDriverError.call(this, msg);
|
||||
this.name = "InvalidSessionIdError";
|
||||
this.status = "invalid session id";
|
||||
this.code = 13;
|
||||
};
|
||||
InvalidSessionIdError.prototype = Object.create(WebDriverError.prototype);
|
||||
|
||||
@ -307,7 +306,6 @@ this.UnableToSetCookieError = function(msg) {
|
||||
WebDriverError.call(this, msg);
|
||||
this.name = "UnableToSetCookieError";
|
||||
this.status = "unable to set cookie";
|
||||
this.code = 25;
|
||||
};
|
||||
UnableToSetCookieError.prototype = Object.create(WebDriverError.prototype);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user