| Index: LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
 | 
| diff --git a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
 | 
| index 8eda6cc23a72c883d6d89a663859402f3e613872..6f97a3c79f678703bc9ab57bfd49f02162033afe 100644
 | 
| --- a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
 | 
| +++ b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html
 | 
| @@ -49,6 +49,7 @@ function test()
 | 
|      function didStopFrontendProfile2(messageObject)
 | 
|      {
 | 
|          InspectorTest.expectedSuccess("stopFrontendProfileSecondTime", messageObject)
 | 
| +        InspectorTest.sendCommand("Profiler.clearProfiles", {});
 | 
|          InspectorTest.completeTest();
 | 
|      }
 | 
|  }
 | 
| 
 |