Commit aad4d0d3 authored by mahesh.kk@samsung.com's avatar mahesh.kk@samsung.com

Move to using focusedElement instead of focusedNode

Move to focusedElement() as focusedNode is deprecated and will be removed soon..

BUG=258763
NOTRY=true

Review URL: https://codereview.chromium.org/184933002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255362 0039d316-1c4b-4281-b951-d872f2087c98
parent 8994d3d8
......@@ -55,7 +55,7 @@ void RendererAccessibilityFocusOnly::DidFinishLoad(blink::WebFrame* frame) {
// focus event. This is important so that if focus is initially in an
// editable text field, Windows will know to pop up the keyboard if the
// user touches it and focus doesn't change.
HandleFocusedNodeChanged(document.focusedNode(), false);
HandleFocusedNodeChanged(document.focusedElement(), false);
}
void RendererAccessibilityFocusOnly::HandleFocusedNodeChanged(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment