| 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 884dd309c0013a87e60d2992bffbade4e2f5c8bc..fc69390e3380f008ba39a4c98259412dd9fd57b4 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 @@
|
| if (!this.node())
|
| return;
|
| // Highlight and scroll into view the currently inspected node.
|
| - this.node().domModel().overlayModel().nodeHighlightRequested(this.node().id);
|
| + this.node().domModel().nodeHighlightRequested(this.node().id);
|
| }
|
| }
|
|
|
|
|