Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / src / tracing / importer / linux_perf / gesture_parser.js
index a4d2cb9..3d1847b 100644 (file)
@@ -7,8 +7,8 @@
 /**
  * @fileoverview Parses gesture events in the Linux event trace format.
  */
-base.require('tracing.importer.linux_perf.parser');
-base.exportTo('tracing.importer.linux_perf', function() {
+tvcm.require('tracing.importer.linux_perf.parser');
+tvcm.exportTo('tracing.importer.linux_perf', function() {
 
   var Parser = tracing.importer.linux_perf.Parser;