| Index: Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| diff --git a/Source/core/layout/LayoutDeprecatedFlexibleBox.h b/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| index 4e6ec89cc18305f7f87a6075755db53adf7dfd04..bb089597c3cef7eef6f5bce240574d5261026b52 100644
|
| --- a/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| +++ b/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| @@ -34,7 +34,7 @@ public:
|
| LayoutDeprecatedFlexibleBox(Element&);
|
| virtual ~LayoutDeprecatedFlexibleBox();
|
|
|
| - virtual const char* name() const override;
|
| + virtual const char* name() const override { return "LayoutDeprecatedFlexibleBox"; }
|
|
|
| virtual void styleWillChange(StyleDifference, const ComputedStyle& newStyle) override;
|
|
|
|
|