| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| old mode 100644
|
| new mode 100755
|
| index 217e5a42f83f0c8b1596f200129c8de309920468..4d6390acd510a53ec9bde7cb36c7b2e08778ac61
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| virtual bool isFlexibleBox() const OVERRIDE FINAL { return true; }
|
| virtual bool avoidsFloats() const OVERRIDE FINAL { return true; }
|
| - virtual bool canCollapseAnonymousBlockChild() const OVERRIDE FINAL { return false; }
|
| + virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; }
|
| virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
|
|
|
| virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
|
|