| Index: Source/core/html/HTMLLegendElement.cpp
|
| diff --git a/Source/core/html/HTMLLegendElement.cpp b/Source/core/html/HTMLLegendElement.cpp
|
| index 5b1305eca3a288da9e6af12593612feca50ed725..88929be1793e24e1d42c1d0a322686960d00228b 100644
|
| --- a/Source/core/html/HTMLLegendElement.cpp
|
| +++ b/Source/core/html/HTMLLegendElement.cpp
|
| @@ -54,7 +54,7 @@ HTMLFormControlElement* HTMLLegendElement::associatedControl()
|
| return Traversal<HTMLFormControlElement>::next(*fieldset, fieldset);
|
| }
|
|
|
| -void HTMLLegendElement::focus(bool, FocusType type)
|
| +void HTMLLegendElement::focus(bool, WebFocusType type)
|
| {
|
| if (isFocusable())
|
| Element::focus(true, type);
|
|
|