diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index 5be0c7480..9a4a34d38 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -63,12 +63,12 @@ if ( vAPI.sessionId ) { } /******************************************************************************/ -/* + vAPI.executionCost = { start: function(){}, stop: function(){} }; -*/ +/* vAPI.executionCost = { tcost: 0, tstart: 0, @@ -106,7 +106,7 @@ vAPI.executionCost = { ); } }; - +*/ vAPI.executionCost.start(); /******************************************************************************/