Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / importer / v8 / log_reader.html
index 038dcb2..9bca4c1 100644 (file)
@@ -4,14 +4,14 @@ Copyright (c) 2012 The Chromium Authors. All rights reserved.
 Use of this source code is governed by a BSD-style license that can be
 found in the LICENSE file.
 -->
-<link rel="import" href="/tvcm.html">
+<link rel="import" href="/base.html">
 <script>
 'use strict';
 
 /**
  * @fileoverview Log Reader is used to process log file produced by V8.
  */
-tvcm.exportTo('tracing.importer.v8', function() {
+tv.exportTo('tracing.importer.v8', function() {
   /**
    * Creates a CSV lines parser.
    */