| Index: third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h b/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h
 | 
| index 17e743a1e6e6511aa5a7e2817d7719ea6bcedb9f..dc0bdd6481f7fb0f85c0d06cf11584f2ba8b0e79 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextMetrics.h
 | 
| @@ -40,7 +40,6 @@ public:
 | 
|      SVGTextMetrics(MetricsType);
 | 
|      SVGTextMetrics(LineLayoutSVGInlineText, unsigned length, float width);
 | 
|  
 | 
| -    static SVGTextMetrics measureCharacterRange(LineLayoutSVGInlineText, unsigned position, unsigned length, TextDirection);
 | 
|      static TextRun constructTextRun(LineLayoutSVGInlineText, unsigned position, unsigned length, TextDirection);
 | 
|  
 | 
|      bool isEmpty() const { return !m_width && !m_height && m_length <= 1; }
 | 
| 
 |