Index: chrome/browser/resources/sync_file_system_internals/task_log.js |
diff --git a/chrome/browser/resources/sync_file_system_internals/task_log.js b/chrome/browser/resources/sync_file_system_internals/task_log.js |
index 0cc24db35f5dced1ec53662d25d227fb625b548d..53797540a02e33ef8d958fb5a684b88fcdcd7d1c 100644 |
--- a/chrome/browser/resources/sync_file_system_internals/task_log.js |
+++ b/chrome/browser/resources/sync_file_system_internals/task_log.js |
@@ -44,7 +44,7 @@ TaskLog.onTaskLogRecorded = function(taskLog) { |
tr.appendChild(details); |
$('task-log-entries').appendChild(tr); |
-} |
+}; |
/** |
* Get initial sync service values and set listeners to get updated values. |