Chromium Code Reviews| Index: chrome/browser/resources/sync_file_system_internals/dump_database.js |
| diff --git a/chrome/browser/resources/sync_file_system_internals/dump_database.js b/chrome/browser/resources/sync_file_system_internals/dump_database.js |
| index 58025bc417026f258aad4a512fb439144e897a8a..1f0b9f27209c6bb360bba1924bc7232c9aa67be6 100644 |
| --- a/chrome/browser/resources/sync_file_system_internals/dump_database.js |
| +++ b/chrome/browser/resources/sync_file_system_internals/dump_database.js |
| @@ -78,7 +78,7 @@ DumpDatabase.onGetDatabaseDump = function(databaseDump) { |
| div.appendChild(table); |
| placeholder.appendChild(div); |
| } |
| -} |
| +}; |
| function main() { |
| getDatabaseDump(); |