Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / cc / picture_ops_list_view_test.html
index 2e14043..0c7a784 100644 (file)
@@ -15,14 +15,14 @@ found in the LICENSE file.
 <script>
 'use strict';
 
-tvcm.unittest.testSuite(function() {
+tv.unittest.testSuite(function() {
   var PictureOpsListView = cc.PictureOpsListView;
 
   test('instantiate', function() {
     if (!cc.PictureSnapshot.CanRasterize())
       return;
     var m = new tracing.TraceModel(g_catLTHIEvents);
-    var p = tvcm.dictionaryValues(m.processes)[0];
+    var p = tv.dictionaryValues(m.processes)[0];
 
     var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
     var snapshot = instance.snapshots[0];
@@ -36,7 +36,7 @@ tvcm.unittest.testSuite(function() {
     if (!cc.PictureSnapshot.CanRasterize())
       return;
     var m = new tracing.TraceModel(g_catLTHIEvents);
-    var p = tvcm.dictionaryValues(m.processes)[0];
+    var p = tv.dictionaryValues(m.processes)[0];
 
     var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
     var snapshot = instance.snapshots[0];