Index: Source/core/layout/LayoutFieldset.h |
diff --git a/Source/core/layout/LayoutFieldset.h b/Source/core/layout/LayoutFieldset.h |
index d1de67cdc9c9017c7eb8ce7b3fed5f9d20a610a7..45fa0a57a4f2bfe3a657831db75f361f1dded870 100644 |
--- a/Source/core/layout/LayoutFieldset.h |
+++ b/Source/core/layout/LayoutFieldset.h |
@@ -32,8 +32,7 @@ class LayoutFieldset final : public LayoutBlockFlow { |
public: |
explicit LayoutFieldset(Element*); |
- enum FindLegendOption { IgnoreFloatingOrOutOfFlow, IncludeFloatingOrOutOfFlow }; |
- LayoutBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const; |
+ LayoutBox* findInFlowLegend() const; |
virtual const char* name() const override { return "LayoutFieldset"; } |