Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / sync_internals / sync_search.js
index fc9d504..7e3f345 100644 (file)
@@ -97,7 +97,7 @@ cr.define('chrome.sync', function() {
         } else {
           statusControl.textContent =
             'Found ' + nodes.length + ' nodes in ' +
-            timer.elapsedSeconds + 's';
+            timer.getElapsedSeconds() + 's';
           queryControl.removeAttribute('error');
 
           // TODO(akalin): Write a nicer list display.