| Index: Source/core/dom/NodeRenderingTraversal.h
|
| diff --git a/Source/core/dom/NodeRenderingTraversal.h b/Source/core/dom/NodeRenderingTraversal.h
|
| index ab1917671fc4a3affa3b38bb2afbd489981c6b73..74ffa8eb685885bfd47c93b1c4b92d14a8ffa8ea 100644
|
| --- a/Source/core/dom/NodeRenderingTraversal.h
|
| +++ b/Source/core/dom/NodeRenderingTraversal.h
|
| @@ -40,8 +40,7 @@ class ParentDetails {
|
| DISALLOW_ALLOCATION()
|
| public:
|
| ParentDetails()
|
| - : m_insertionPoint(0)
|
| - , m_resetStyleInheritance(false)
|
| + : m_resetStyleInheritance(false)
|
| , m_outOfComposition(false)
|
| { }
|
|
|
|
|