| Index: Source/core/dom/DocumentLifecycle.h
|
| diff --git a/Source/core/dom/DocumentLifecycle.h b/Source/core/dom/DocumentLifecycle.h
|
| index 7e4ec79ef0a3663612b33c84ef0a9ddc6571d20a..d302f83569114fd9abf61885821b96b264c8f638 100644
|
| --- a/Source/core/dom/DocumentLifecycle.h
|
| +++ b/Source/core/dom/DocumentLifecycle.h
|
| @@ -133,6 +133,7 @@ public:
|
| void advanceTo(State);
|
| void ensureStateAtMost(State);
|
|
|
| + bool inDetach() const { return m_detachCount; }
|
| void incrementDetachCount() { m_detachCount++; }
|
| void decrementDetachCount()
|
| {
|
|
|