Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / system_stats / system_stats_snapshot_view.html
index dfb0eb2..00902b4 100644 (file)
 <script>
 'use strict';
 
-tvcm.exportTo('system_stats', function() {
+tv.exportTo('system_stats', function() {
   /*
    * Displays a system stats snapshot in a human readable form. @constructor
    */
-  var SystemStatsSnapshotView = tvcm.ui.define('system-stats-snapshot-view',
+  var SystemStatsSnapshotView = tv.ui.define('system-stats-snapshot-view',
       tracing.analysis.ObjectSnapshotView);
 
   SystemStatsSnapshotView.prototype = {