| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 98ba2ff12dc2eb8ffadb26412fb7bb2fd96edd8c..cf625f88cc25a62724f16c4ca43c05d10a2ae288 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -346,6 +346,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 handleFocusInEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL;
|
|
|
| virtual bool isOptionalFormControl() const OVERRIDE FINAL { return !isRequiredFormControl(); }
|
| virtual bool isRequiredFormControl() const OVERRIDE FINAL;
|
|
|