| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 4de2942b4c9220ee3ce5046f1a6983cf2f8d326b..1ef289b656cec9ed6be8dc7ab35f135e2fa94b3d 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1083,7 +1083,7 @@ private:
|
| void scheduleRenderTreeUpdate();
|
|
|
| // FIXME: Rename the StyleRecalc state to RenderTreeUpdate.
|
| - bool hasPendingStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle::StyleRecalcPending; }
|
| + bool hasPendingStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle::VisualUpdatePending; }
|
|
|
| void inheritHtmlAndBodyElementStyles(StyleRecalcChange);
|
|
|
|
|