Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / gpu / state_test.html
index 26aeae3..e7912d8 100644 (file)
@@ -14,10 +14,10 @@ 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_gpu_state_trace);
-    var p = tvcm.dictionaryValues(m.processes)[0];
+    var p = tv.dictionaryValues(m.processes)[0];
 
     var instance = p.objects.getAllInstancesNamed('gpu::State')[0];
     var snapshot = instance.snapshots[0];