Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / src / tracing / importer / linux_perf / clock_parser.js
index c281524..7f2ef6c 100644 (file)
@@ -8,10 +8,10 @@
  * @fileoverview Parses trace_marker events that were inserted in the trace by
  * userland.
  */
-base.require('tracing.importer.linux_perf.parser');
-base.require('tracing.trace_model.counter_series');
+tvcm.require('tracing.importer.linux_perf.parser');
+tvcm.require('tracing.trace_model.counter_series');
 
-base.exportTo('tracing.importer.linux_perf', function() {
+tvcm.exportTo('tracing.importer.linux_perf', function() {
 
   var Parser = tracing.importer.linux_perf.Parser;