Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / gpu / state_view.html
index 530de0a..604a65e 100644 (file)
@@ -12,12 +12,12 @@ found in the LICENSE file.
 <script>
 'use strict';
 
-tvcm.exportTo('gpu', function() {
+tv.exportTo('gpu', function() {
   /*
    * Displays a GPU state snapshot in a human readable form.
    * @constructor
    */
-  var StateSnapshotView = tvcm.ui.define(
+  var StateSnapshotView = tv.ui.define(
       'gpu-state-snapshot-view',
       tracing.analysis.ObjectSnapshotView);