| Index: Source/core/layout/LayoutTextControlMultiLine.cpp
|
| diff --git a/Source/core/layout/LayoutTextControlMultiLine.cpp b/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| index e87225883e35655ce752660e2e10cfdbb13331ca..6a67ae7fad0722e19b98b330ec44dd9dfd7ae5bd 100644
|
| --- a/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| +++ b/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| @@ -48,7 +48,7 @@ bool LayoutTextControlMultiLine::nodeAtPoint(HitTestResult& result, const HitTes
|
| return true;
|
| }
|
|
|
| -float LayoutTextControlMultiLine::getAvgCharWidth(AtomicString family)
|
| +float LayoutTextControlMultiLine::getAvgCharWidth(const AtomicString& family) const
|
| {
|
| // Since Lucida Grande is the default font, we want this to match the width
|
| // of Courier New, the default font for textareas in IE, Firefox and Safari Win.
|
|
|