| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index 576c867f86d1cc426354eebe492b319dd837e699..b24413c14b06ca235bfa3f4a473b337f1e78fddb 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -110,6 +110,8 @@ protected:
|
|
|
| String valueWithHardLineBreaks() const;
|
|
|
| + virtual bool shouldDispatchFormControlChangeEvent(String&, String&);
|
| +
|
| private:
|
| int computeSelectionStart() const;
|
| int computeSelectionEnd() const;
|
|
|