| Index: Source/core/html/HTMLTextFormControlElement.h
 | 
| diff --git a/Source/core/html/HTMLTextFormControlElement.h b/Source/core/html/HTMLTextFormControlElement.h
 | 
| index 369b04d3fbe2ff56552871366f7c6a9871ef6ba1..72afa6ef30ed9f3a5360ed00a635e2cad561635e 100644
 | 
| --- a/Source/core/html/HTMLTextFormControlElement.h
 | 
| +++ b/Source/core/html/HTMLTextFormControlElement.h
 | 
| @@ -55,7 +55,6 @@ public:
 | 
|      bool placeholderShouldBeVisible() const;
 | 
|      virtual HTMLElement* placeholderElement() const = 0;
 | 
|      void updatePlaceholderVisibility(bool);
 | 
| -    static void fixPlaceholderRenderer(HTMLElement* placeholder, HTMLElement* siblingElement);
 | 
|  
 | 
|      VisiblePosition visiblePositionForIndex(int) const;
 | 
|      int indexForVisiblePosition(const VisiblePosition&) const;
 | 
| 
 |