| Index: third_party/WebKit/LayoutTests/inspector/elements/inspect-mode-after-profiling.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/inspect-mode-after-profiling.html b/third_party/WebKit/LayoutTests/inspector/elements/inspect-mode-after-profiling.html
|
| index 8d40576c3d6937660b857d861faf1e50bd6b7d98..cba03b6824e1ff9686fa2f77340c09f23183b612 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/inspect-mode-after-profiling.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/inspect-mode-after-profiling.html
|
| @@ -18,7 +18,7 @@ function test()
|
| {
|
| InspectorTest.cpuProfilerModel.startRecording();
|
| InspectorTest.cpuProfilerModel.stopRecording();
|
| - InspectorTest.domModel.setInspectMode(Protocol.DOM.InspectMode.SearchForNode, clickAtInspected);
|
| + InspectorTest.overlayModel.setInspectMode(Protocol.Overlay.InspectMode.SearchForNode).then(clickAtInspected);
|
|
|
| function clickAtInspected()
|
| {
|
|
|