| Index: third_party/WebKit/Source/devtools/front_end/main/Tests.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Tests.js b/third_party/WebKit/Source/devtools/front_end/main/Tests.js
 | 
| index 7ca3377b75a3e93371c5231732b245432157b4fd..390811fd6f96599ea839e9fdcc602b206f70835f 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/main/Tests.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Tests.js
 | 
| @@ -479,9 +479,8 @@ TestSuite.prototype.testDeviceMetricsOverrides = function()
 | 
|          test.releaseControl();
 | 
|      }
 | 
|  
 | 
| -    WebInspector.overridesSupport._deviceMetricsChangedListenerMuted = true;
 | 
|      test.takeControl();
 | 
| -    this.waitForThrottler(WebInspector.overridesSupport._deviceMetricsThrottler, step1);
 | 
| +    step1();
 | 
|  };
 | 
|  
 | 
|  TestSuite.prototype.testScreenshotRecording = function()
 | 
| 
 |