Index: Source/core/html/HTMLTextFormControlElement.cpp |
diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp |
index 4a1f685ccf8b42f999679841581091121fd47622..328f3c19d447ec939911b5cbda618b5de8e5dd4c 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.cpp |
+++ b/Source/core/html/HTMLTextFormControlElement.cpp |
@@ -79,7 +79,7 @@ Node::InsertionNotificationRequest HTMLTextFormControlElement::insertedInto(Cont |
return InsertionDone; |
} |
-void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) |
+void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, WebFocusType type) |
{ |
if (supportsPlaceholder()) |
updatePlaceholderVisibility(false); |