| Index: Source/core/rendering/RenderTextControl.cpp
|
| diff --git a/Source/core/rendering/RenderTextControl.cpp b/Source/core/rendering/RenderTextControl.cpp
|
| index 38e54c63265afb1d024f85e23c453419bad01dd1..1123f748ab68da2eaf520acbc40ab2093bfc1d4c 100644
|
| --- a/Source/core/rendering/RenderTextControl.cpp
|
| +++ b/Source/core/rendering/RenderTextControl.cpp
|
| @@ -158,7 +158,7 @@ void RenderTextControl::hitInnerTextElement(HitTestResult& result, const LayoutP
|
| result.setLocalPoint(localPoint);
|
| }
|
|
|
| -static const char* fontFamiliesWithInvalidCharWidth[] = {
|
| +static const char* const fontFamiliesWithInvalidCharWidth[] = {
|
| "American Typewriter",
|
| "Arial Hebrew",
|
| "Chalkboard",
|
|
|