diff options
Diffstat (limited to 'tools/playback_benchmark/common.js')
-rw-r--r-- | tools/playback_benchmark/common.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/playback_benchmark/common.js b/tools/playback_benchmark/common.js index 801d602..69309aa 100644 --- a/tools/playback_benchmark/common.js +++ b/tools/playback_benchmark/common.js @@ -1,4 +1,6 @@ -// Copyright 2010 Google Inc. All Rights Reserved. +// 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. /** * @fileoverview Classes and functions used during recording and playback. @@ -315,4 +317,4 @@ Benchmark.die = function(message) { console.log(Benchmark.originals.setTimeout.call(window, function() {}, 9999)); try { (0)() } catch(ex) { console.error(ex.stack); } throw message; -};
\ No newline at end of file +}; |