Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/inspect-mode-after-profiling.html

Issue 2835843002: Revert of [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 cba03b6824e1ff9686fa2f77340c09f23183b612..8d40576c3d6937660b857d861faf1e50bd6b7d98 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 @@
{
InspectorTest.cpuProfilerModel.startRecording();
InspectorTest.cpuProfilerModel.stopRecording();
- InspectorTest.overlayModel.setInspectMode(Protocol.Overlay.InspectMode.SearchForNode).then(clickAtInspected);
+ InspectorTest.domModel.setInspectMode(Protocol.DOM.InspectMode.SearchForNode, clickAtInspected);
function clickAtInspected()
{

Powered by Google App Engine