| Index: Source/core/html/HTMLDialogElement.cpp
|
| diff --git a/Source/core/html/HTMLDialogElement.cpp b/Source/core/html/HTMLDialogElement.cpp
|
| index 6533aa2085fd494786219dc4253c1c937d1e15f2..f0f8a32b0e023042827bd1e76ccd310fc8fe7d46 100644
|
| --- a/Source/core/html/HTMLDialogElement.cpp
|
| +++ b/Source/core/html/HTMLDialogElement.cpp
|
| @@ -99,7 +99,7 @@ void HTMLDialogElement::positionAndReattach()
|
| m_topIsValid = true;
|
|
|
| // FIXME: It's inefficient to reattach here. We could do better by mutating style directly and forcing another layout.
|
| - reattach();
|
| + lazyReattach();
|
| }
|
|
|
| void HTMLDialogElement::show()
|
|
|