| Index: tracing/tracing/ui/base/d3.html
|
| diff --git a/tracing/tracing/ui/base/d3.html b/tracing/tracing/ui/base/d3.html
|
| index ed4c962a25e6c9841dfbd0f2333c8283ca987266..bce0554c51214415936b736be43c7eef458ac461 100644
|
| --- a/tracing/tracing/ui/base/d3.html
|
| +++ b/tracing/tracing/ui/base/d3.html
|
| @@ -4,4 +4,6 @@ Copyright (c) 2014 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 src="/tracing/ui/base/d3_preload.js"></script>
|
| <script src="/d3.min.js"></script>
|
| +<script src="/tracing/ui/base/d3_postload.js"></script>
|
|
|