Chromium Code Reviews| Index: inspector/front-end/Database.js |
| =================================================================== |
| --- inspector/front-end/Database.js (revision 53180) |
| +++ inspector/front-end/Database.js (working copy) |
| @@ -95,7 +95,8 @@ |
| } |
| onSuccess(result); |
| } |
| - InjectedScriptAccess.executeSql(this._id, query, callback); |
| + // FIXME: execute the query in the frame the DB comes from. |
| + InjectedScriptAccess.getDefault().executeSql(this._id, query, callback); |
| } |
| } |