| Index: third_party/WebKit/LayoutTests/imported/wpt/user-timing/resources/webperftestharness.js
 | 
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/user-timing/resources/webperftestharness.js b/third_party/WebKit/LayoutTests/imported/wpt/user-timing/resources/webperftestharness.js
 | 
| index 750946dde20bfe0c6b431fcd8a39ae6b2342f2f6..f1597bbe7f476384291d33f2c616299ce68fc80a 100644
 | 
| --- a/third_party/WebKit/LayoutTests/imported/wpt/user-timing/resources/webperftestharness.js
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/user-timing/resources/webperftestharness.js
 | 
| @@ -12,7 +12,7 @@ policies and contribution forms [3].
 | 
|  // Helper Functions for NavigationTiming W3C tests
 | 
|  //
 | 
|  
 | 
| -var performanceNamespace = window.performance;
 | 
| +var performanceNamespace = self.performance;
 | 
|  var timingAttributes = [
 | 
|      'connectEnd',
 | 
|      'connectStart',
 | 
| 
 |