| Index: Source/core/html/HTMLTableRowElement.h
 | 
| diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h
 | 
| index d9b83c98abcfa58c2c830424359721812f10da31..63376348537e30e3e3245311775fb3a80ca81ed1 100644
 | 
| --- a/Source/core/html/HTMLTableRowElement.h
 | 
| +++ b/Source/core/html/HTMLTableRowElement.h
 | 
| @@ -40,7 +40,6 @@ public:
 | 
|  
 | 
|      int sectionRowIndex() const;
 | 
|  
 | 
| -    PassRefPtrWillBeRawPtr<HTMLElement> insertCell(ExceptionState&);
 | 
|      PassRefPtrWillBeRawPtr<HTMLElement> insertCell(int index, ExceptionState&);
 | 
|      void deleteCell(int index, ExceptionState&);
 | 
|  
 | 
| 
 |