From 68513a70bcd92384395513322f1b801e7bf9c729 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 29 Sep 2010 17:32:26 +0100 Subject: Merge WebKit at r67908: Initial merge by Git Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972 --- WebCore/dom/InputElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/dom/InputElement.cpp') diff --git a/WebCore/dom/InputElement.cpp b/WebCore/dom/InputElement.cpp index f0284d8..b2a9714 100644 --- a/WebCore/dom/InputElement.cpp +++ b/WebCore/dom/InputElement.cpp @@ -99,7 +99,7 @@ void InputElement::updateFocusAppearance(InputElementData& data, InputElement* i Document* document = element->document(); if (document && document->frame()) - document->frame()->revealSelection(); + document->frame()->selection()->revealSelection(); } void InputElement::updateSelectionRange(InputElement* inputElement, Element* element, int start, int end) -- cgit v1.1