| Index: Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
|
| index 28fd84ff649d8d7106f38055e55d4239a5f92658..8f860e2f43c5661a4d3e102321c51cdf374b28ea 100644
|
| --- a/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -90,8 +90,6 @@ public:
|
|
|
| virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
|
|
|
| - virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| -
|
| protected:
|
| HTMLTextFormControlElement(const QualifiedName&, Handle<Document>, HTMLFormElement*);
|
| bool isPlaceholderEmpty() const;
|
| @@ -116,6 +114,8 @@ protected:
|
|
|
| String valueWithHardLineBreaks() const;
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| int computeSelectionStart() const;
|
| int computeSelectionEnd() const;
|
|
|