| Index: Source/devtools/front_end/Database.js
|
| diff --git a/Source/devtools/front_end/Database.js b/Source/devtools/front_end/Database.js
|
| index 933a70eca31d1af94e436797340638739c2fbe46..c332194785f2fcb11e5cc0b3dd55e26bd1792c24 100644
|
| --- a/Source/devtools/front_end/Database.js
|
| +++ b/Source/devtools/front_end/Database.js
|
| @@ -124,7 +124,7 @@ WebInspector.Database.prototype = {
|
| }
|
| onSuccess(columnNames, values);
|
| }
|
| - DatabaseAgent.executeSQL(this._id, query, callback.bind(this));
|
| + DatabaseAgent.executeSQL(this._id, query, callback);
|
| }
|
| }
|
|
|
|
|