| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 4241f1be6d9ff812ee667b4108410dfc1ffae571..906b418a2f646e51e05ecf10f07225b3739172a6 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -2140,7 +2140,7 @@ void Node::defaultEventHandler(Event* event)
|
| // structure.
|
| // FIXME: We should avoid synchronous layout if possible. We can
|
| // remove this synchronous layout if we avoid synchronous layout in
|
| - // RenderTextControlSingleLine::scrollHeight
|
| + // LayoutTextControlSingleLine::scrollHeight
|
| document().updateLayoutIgnorePendingStylesheets();
|
| LayoutObject* renderer = this->renderer();
|
| while (renderer && (!renderer->isBox() || !toRenderBox(renderer)->canBeScrolledAndHasScrollableArea()))
|
|
|