Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / cc / raster_task_selection_test.html
index 591fa4c..b2b5e7b 100644 (file)
@@ -4,7 +4,7 @@ Copyright (c) 2013 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/utils.html">
+<link rel="import" href="/base/utils.html">
 <link rel="import" href="/cc/raster_task_selection.html">
 <link rel="import" href="/tracing/importer/trace_event_importer.html">
 <link rel="import" href="/tracing/trace_model.html">
@@ -12,7 +12,7 @@ found in the LICENSE file.
 <script>
 'use strict';
 
-tvcm.unittest.testSuite(function() {
+tv.unittest.testSuite(function() {
   test('basic' ,function() {
     var m = new tracing.TraceModel(g_catLTHIEvents);
     var p = m.processes[1];
@@ -27,7 +27,7 @@ tvcm.unittest.testSuite(function() {
     assertTrue(cc.RasterTaskSelection.supports(selection));
     var selection = new cc.RasterTaskSelection(selection);
     var highlights = selection.extraHighlightsByLayerId;
-    assertTrue(tvcm.dictionaryLength(highlights), 1);
+    assertTrue(tv.dictionaryLength(highlights), 1);
   });
 });
-</script>
\ No newline at end of file
+</script>