| Index: Source/core/html/HTMLLegendElement.h
|
| diff --git a/Source/core/html/HTMLLegendElement.h b/Source/core/html/HTMLLegendElement.h
|
| index 65e8ac94bc66790a2d094dce19a4b2410f422806..c26684b364e18d8aa101e0b9a9e2fc60db959dd8 100644
|
| --- a/Source/core/html/HTMLLegendElement.h
|
| +++ b/Source/core/html/HTMLLegendElement.h
|
| @@ -44,7 +44,7 @@ private:
|
| HTMLFormControlElement* associatedControl();
|
|
|
| virtual void accessKeyAction(bool sendMouseEvents) override;
|
| - virtual void focus(bool restorePreviousSelection, FocusType) override;
|
| + virtual void focus(bool restorePreviousSelection, WebFocusType) override;
|
| };
|
|
|
| } // namespace blink
|
|
|