Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js b/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js
index fc69390e3380f008ba39a4c98259412dd9fd57b4..884dd309c0013a87e60d2992bffbade4e2f5c8bc 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/AXTreePane.js
@@ -157,7 +157,7 @@ Accessibility.AXTreePane = class extends Accessibility.AccessibilitySubPane {
if (!this.node())
return;
// Highlight and scroll into view the currently inspected node.
- this.node().domModel().nodeHighlightRequested(this.node().id);
+ this.node().domModel().overlayModel().nodeHighlightRequested(this.node().id);
}
}

Powered by Google App Engine
This is Rietveld 408576698