Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / importer / linux_perf / sync_parser.html
index 06483de..a429318 100644 (file)
@@ -13,7 +13,7 @@ found in the LICENSE file.
 /**
  * @fileoverview Parses sync events in the Linux event trace format.
  */
-tvcm.exportTo('tracing.importer.linux_perf', function() {
+tv.exportTo('tracing.importer.linux_perf', function() {
 
   var Parser = tracing.importer.linux_perf.Parser;
 
@@ -61,7 +61,7 @@ tvcm.exportTo('tracing.importer.linux_perf', function() {
           value = ' ';
         var slice = new tracing.trace_model.Slice(
             '', value,
-            tvcm.ui.getStringColorId(value),
+            tv.ui.getStringColorId(value),
             thread.lastActiveTs, {},
             duration);
         thread.thread.sliceGroup.pushSlice(slice);