| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index dc2c57d723a6d0a94e58b26dfc4b6e685d67f357..2b7a14a3a12def4868d5a8d8a0bb35dc322e7a67 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -323,6 +323,7 @@ private:
|
| virtual bool isEmptySuggestedValue() const OVERRIDE FINAL { return suggestedValue().isEmpty(); }
|
| virtual void handleFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
|
| virtual void handleBlurEvent() OVERRIDE FINAL;
|
| + virtual void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
|
|
|
| virtual bool isOptionalFormControl() const OVERRIDE FINAL { return !isRequiredFormControl(); }
|
| virtual bool isRequiredFormControl() const OVERRIDE FINAL;
|
|
|