| Index: third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.cpp b/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| index fa37c00133b6608d41aeb4fc762e086bdfe35984..27b7106d621bf77e56958fa8705e16db4859c454 100644
|
| --- a/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| @@ -55,7 +55,7 @@ FloatingObject::FloatingObject(LayoutBox* layoutObject)
|
| m_isDescendant(false),
|
| m_isPlaced(false),
|
| m_isLowestNonOverhangingFloatInChild(false)
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| ,
|
| m_isInPlacedTree(false)
|
| #endif
|
| @@ -81,7 +81,7 @@ FloatingObject::FloatingObject(LayoutBox* layoutObject,
|
| m_isDescendant(isDescendant),
|
| m_isPlaced(true),
|
| m_isLowestNonOverhangingFloatInChild(isLowestNonOverhangingFloatInChild)
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| ,
|
| m_isInPlacedTree(false)
|
| #endif
|
|
|