зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1055650: Rename CPS2__stmt argument, to fix JS warning about redeclaring argument. r=adw
This commit is contained in:
Родитель
83b68bc241
Коммит
379e8ef958
|
@ -666,7 +666,7 @@ ContentPrefService2.prototype = {
|
|||
* spaces. Call like _stmt("SELECT *", "FROM foo").
|
||||
* @return The cached, possibly new, statement.
|
||||
*/
|
||||
_stmt: function CPS2__stmt(sql /*, sql2, sql3, ... */) {
|
||||
_stmt: function CPS2__stmt(sql1 /*, sql2, sql3, ... */) {
|
||||
let sql = joinArgs(arguments);
|
||||
if (!this._statements)
|
||||
this._statements = {};
|
||||
|
|
Загрузка…
Ссылка в новой задаче