Chromium Code Reviews| Index: Source/core/css/StyleResolver.h |
| diff --git a/Source/core/css/StyleResolver.h b/Source/core/css/StyleResolver.h |
| index dcf2b9858417b629b84e692d0913a36e1bbe0a9c..d7e788161096d19680b3291ab885920560527cc5 100644 |
| --- a/Source/core/css/StyleResolver.h |
| +++ b/Source/core/css/StyleResolver.h |
| @@ -417,8 +417,7 @@ public: |
| WTF_MAKE_NONCOPYABLE(State); |
| public: |
| State() |
| - : m_element(0) |
| - , m_parentNode(0) |
| + : m_parentNode(0) |
| , m_parentStyle(0) |
| , m_rootElementStyle(0) |
| , m_regionForStyling(0) |