| Index: sky/engine/core/dom/Position.cpp
|
| diff --git a/sky/engine/core/dom/Position.cpp b/sky/engine/core/dom/Position.cpp
|
| index e4fc0b85eb13d134a1f1d1744ad4f4c5f34870c1..ed3c943dbdd635608ceec3380275ba8d7810d3fa 100644
|
| --- a/sky/engine/core/dom/Position.cpp
|
| +++ b/sky/engine/core/dom/Position.cpp
|
| @@ -748,7 +748,7 @@ bool Position::hasRenderedNonAnonymousDescendantsWithHeight(RenderObject* render
|
| {
|
| RenderObject* stop = renderer->nextInPreOrderAfterChildren();
|
| for (RenderObject *o = renderer->slowFirstChild(); o && o != stop; o = o->nextInPreOrder())
|
| - if (o->nonPseudoNode()) {
|
| + if (o->node()) {
|
| if ((o->isText() && toRenderText(o)->linesBoundingBox().height())
|
| || (o->isBox() && toRenderBox(o)->pixelSnappedLogicalHeight())
|
| || (o->isRenderInline() && isEmptyInline(o) && toRenderInline(o)->linesBoundingBox().height()))
|
|
|