| Index: chrome/browser/resources/gpu_internals/tracing_controller.js
|
| diff --git a/chrome/browser/resources/gpu_internals/tracing_controller.js b/chrome/browser/resources/gpu_internals/tracing_controller.js
|
| index 8d7471ba887bf7c4b34168bc074b993b629e8d8f..865ae005d769375a357d0b46fba57d4db2e05c32 100644
|
| --- a/chrome/browser/resources/gpu_internals/tracing_controller.js
|
| +++ b/chrome/browser/resources/gpu_internals/tracing_controller.js
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -105,7 +105,7 @@ cr.define('gpu', function() {
|
| chrome.send('endTracingAsync');
|
| } else {
|
| var events = window.getTimelineTestData1 ?
|
| - getTimelineTestData1() : [];
|
| + getTimelineTestData1() : [];
|
| this.onTraceDataCollected(events);
|
| window.setTimeout(this.onEndTracingComplete.bind(this), 250);
|
| }
|
|
|