Bug 1055650: Rename CPS2__stmt argument, to fix JS warning about redeclaring argument. r=adw

This commit is contained in:
Daniel Holbert 2014-08-19 12:29:35 -07:00
Родитель 83b68bc241
Коммит 379e8ef958
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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 = {};