Bug 1376586 - Add back quitApplication command alias; r=davehunt

The quitApplication command was accidentally removed in 1e96a289d28a.
This adds it back as a recognised command alias in order to not break
geckodriver.

MozReview-Commit-ID: IZ0h8dv9ILt

--HG--
extra : rebase_source : 61550dae3a71973a2028d6384bc3eab388c17c21
This commit is contained in:
Andreas Tolfsen 2017-06-27 14:48:36 -07:00
Родитель 19ef5c3395
Коммит 0025816358
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -3265,6 +3265,7 @@ GeckoDriver.prototype.commands = {
"acceptConnections": GeckoDriver.prototype.acceptConnections, // deprecated, remove in Firefox 60
"Marionette:Quit": GeckoDriver.prototype.quit,
"quit": GeckoDriver.prototype.quit, // deprecated, remove in Firefox 60
"quitApplication": GeckoDriver.prototype.quit, // deprecated, remove in Firefox 60
// Addon service
"Addon:Install": GeckoDriver.prototype.installAddon,