| Index: third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_document_open.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_document_open.html b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_document_open.html
 | 
| index 07890952042186fb9a10746a422c4095d4d75c92..1986b3fb9862106cde84fde7b87238c4b20e997c 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_document_open.html
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_document_open.html
 | 
| @@ -7,6 +7,7 @@
 | 
|  <link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-timing-interface"/>
 | 
|  <script src="/resources/testharness.js"></script>
 | 
|  <script src="/resources/testharnessreport.js"></script>
 | 
| +<script src="/common/performance-timeline-utils.js"></script>
 | 
|  <script src="resources/webperftestharness.js"></script>
 | 
|  <script>
 | 
|  setup({explicit_done: true});
 | 
| 
 |