Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / cc / tile_view.html
index f6c7a96..f466fc4 100644 (file)
@@ -14,12 +14,12 @@ found in the LICENSE file.
 
 'use strict';
 
-tvcm.exportTo('cc', function() {
+tv.exportTo('cc', function() {
   /*
    * Displays a tile in a human readable form.
    * @constructor
    */
-  var TileSnapshotView = tvcm.ui.define(
+  var TileSnapshotView = tv.ui.define(
       'tile-snapshot-view',
       tracing.analysis.ObjectSnapshotView);