| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index 120557d2e2725ba29af2de2400e9ba0d94d37b4f..a9ac7feb066804cbddc71ab1f3cdfb44c0459853 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -500,7 +500,7 @@ protected:
|
| unsigned m_widthAvailableToChildrenChanged : 1;
|
| unsigned m_heightAvailableToChildrenChanged : 1;
|
| unsigned m_isSelfCollapsing : 1; // True if margin-before and margin-after are adjoining.
|
| - mutable unsigned m_descendantsWithFloatsMarkedForLayout : 1;
|
| + unsigned m_descendantsWithFloatsMarkedForLayout : 1;
|
|
|
| unsigned m_hasPositionedObjects : 1;
|
| unsigned m_hasPercentHeightDescendants : 1;
|
|
|