| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index b7561a49d0e61f51cade2f2fe635cd8ac0fb8471..d2543e07405b867899c9dd182fe1aa68907a00b1 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1073,7 +1073,6 @@ protected:
|
| void lockCompatibilityMode() { m_compatibilityModeLocked = true; }
|
|
|
| private:
|
| - friend class Node;
|
| friend class IgnoreDestructiveWriteCountIncrementer;
|
|
|
| bool isDocumentFragment() const = delete; // This will catch anyone doing an unnecessary check.
|
|
|