Index: Source/platform/text/TextBreakIteratorICU.cpp |
diff --git a/Source/platform/text/TextBreakIteratorICU.cpp b/Source/platform/text/TextBreakIteratorICU.cpp |
index 6b602bf11c2f9c521f2b4e3d0025a3b32344bc1a..a6a6564ba1bf673690725f07c98cd5d36142c7d5 100644 |
--- a/Source/platform/text/TextBreakIteratorICU.cpp |
+++ b/Source/platform/text/TextBreakIteratorICU.cpp |
@@ -781,7 +781,7 @@ TextBreakIterator* cursorMovementIterator(const UChar* string, int length) |
// * Added rules that prevent a cursor from moving after virama signs of Indic languages except Tamil (Bug 15790), and; |
// * Added rules that prevent a cursor from moving before Japanese half-width katakara voiced marks. |
// * Added rules for regional indicator symbols. |
- static const char* kRules = |
+ static const char* const kRules = |
"$CR = [\\p{Grapheme_Cluster_Break = CR}];" |
"$LF = [\\p{Grapheme_Cluster_Break = LF}];" |
"$Control = [\\p{Grapheme_Cluster_Break = Control}];" |