X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Ftrace-viewer%2Fsrc%2Ftracing%2Fimporter%2Flinux_perf%2Fpower_parser.js;h=c6f6d4fec2a87f29a3b704ee6ab02ea0491c37f0;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=d8f4f6a527eca00971de8b917120f9a30f895615;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/trace-viewer/src/tracing/importer/linux_perf/power_parser.js b/src/third_party/trace-viewer/src/tracing/importer/linux_perf/power_parser.js index d8f4f6a..c6f6d4f 100644 --- a/src/third_party/trace-viewer/src/tracing/importer/linux_perf/power_parser.js +++ b/src/third_party/trace-viewer/src/tracing/importer/linux_perf/power_parser.js @@ -7,10 +7,10 @@ /** * @fileoverview Parses power events in the Linux event trace format. */ -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;