| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 4de2942b4c9220ee3ce5046f1a6983cf2f8d326b..21fbde679d8de226056ae3d54768b7c39c022da5 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::UpdatePending; }
|
|
|
| void inheritHtmlAndBodyElementStyles(StyleRecalcChange);
|
|
|
|
|