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