Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / src / tracing / analysis / object_snapshot_view.js
index 494c57c..3897d77 100644 (file)
@@ -4,10 +4,10 @@
 
 'use strict';
 
-base.require('ui');
+tvcm.require('tvcm.ui');
 
-base.exportTo('tracing.analysis', function() {
-  var ObjectSnapshotView = ui.define('object-snapshot-view');
+tvcm.exportTo('tracing.analysis', function() {
+  var ObjectSnapshotView = tvcm.ui.define('object-snapshot-view');
 
   ObjectSnapshotView.prototype = {
     __proto__: HTMLDivElement.prototype,