| Index: tools/valgrind/valgrind_webkit_tests.sh
|
| diff --git a/tools/valgrind/valgrind_webkit_tests.sh b/tools/valgrind/valgrind_webkit_tests.sh
|
| index f8c1299035e26ada36d3a984ab3f0ae2ffa4a729..e3e84a0366f39e097d168af6f5bb7087551a5272 100644
|
| --- a/tools/valgrind/valgrind_webkit_tests.sh
|
| +++ b/tools/valgrind/valgrind_webkit_tests.sh
|
| @@ -1,4 +1,9 @@
|
| #!/bin/sh
|
| +
|
| +# Copyright (c) 2009 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.
|
| +
|
| # Script to run layout tests under valgrind
|
| # Example:
|
| # sh $0 LayoutTests/fast
|
|
|