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 4a157bf4f97f386d998e472ab357108b6e98973f..daac4b260527dbe3bbaed09b90b5d6b8302ecb52 100644 |
--- a/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html |
+++ b/LayoutTests/inspector-protocol/cpu-profiler/record-cpu-profile.html |
@@ -9,6 +9,7 @@ if (window.testRunner) { |
function test() |
{ |
+ InspectorTest.sendCommand("Profiler.enable", {}); |
InspectorTest.sendCommand("Profiler.start", {}, didStartFrontendProfile); |
function didStartFrontendProfile(messageObject) |
{ |