| Index: third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp (revision 10092)
|
| +++ third_party/WebKit/WebCore/rendering/RenderTextControlMultiLine.cpp (working copy)
|
| @@ -90,12 +90,8 @@
|
| if (!RenderTextControl::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction))
|
| return false;
|
|
|
| - if (result.innerNode() == node()) {
|
| - hitInnerTextBlock(result, x, y, tx, ty);
|
| - return true;
|
| - }
|
| -
|
| - return false;
|
| + hitInnerTextBlock(result, x, y, tx, ty);
|
| + return true;
|
| }
|
|
|
| void RenderTextControlMultiLine::forwardEvent(Event* event)
|
|
|