| Index: Source/core/layout/LayoutFieldset.h
|
| diff --git a/Source/core/layout/LayoutFieldset.h b/Source/core/layout/LayoutFieldset.h
|
| index 472686de3f1614ec1f847928845222ca0c6d8c88..590017e6af354054797aba09c329cb7755a83e57 100644
|
| --- a/Source/core/layout/LayoutFieldset.h
|
| +++ b/Source/core/layout/LayoutFieldset.h
|
| @@ -33,7 +33,7 @@ public:
|
| explicit LayoutFieldset(Element*);
|
|
|
| enum FindLegendOption { IgnoreFloatingOrOutOfFlow, IncludeFloatingOrOutOfFlow };
|
| - RenderBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const;
|
| + LayoutBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const;
|
|
|
| private:
|
| virtual const char* renderName() const override { return "LayoutFieldset"; }
|
|
|