| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 5d063b74b7593c229deedb96f961dd8a19d267dc..7c43c591ba769c8a9f94650f6eca8641dad39e8d 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1039,7 +1039,6 @@ private:
|
| void updateUseShadowTrees();
|
|
|
| void unscheduleStyleRecalc();
|
| - void styleRecalcTimerFired(Timer<Document>*);
|
|
|
| void detachParser();
|
|
|
| @@ -1173,7 +1172,7 @@ private:
|
| ReadyState m_readyState;
|
| bool m_bParsing;
|
|
|
| - Timer<Document> m_styleRecalcTimer;
|
| + bool m_hasPendingStyleRecalc;
|
| bool m_inStyleRecalc;
|
|
|
| bool m_gotoAnchorNeededAfterStylesheetsLoad;
|
|
|