| Index: third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp b/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
|
| index 631452912f95ba15bd392ec3b1590be53ce48e9f..825cb6d12c4230a45f1d440c02da2032de2541db 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.cpp
|
| @@ -117,9 +117,8 @@ ScriptRunIterator::ScriptRunIterator(const UChar* text,
|
| const ScriptData* data)
|
| : m_text(text),
|
| m_length(length),
|
| - m_bracketsFixupDepth(0)
|
| + m_bracketsFixupDepth(0),
|
| // The initial value of m_aheadCharacter is not used.
|
| - ,
|
| m_aheadCharacter(0),
|
| m_aheadPos(0),
|
| m_commonPreferred(USCRIPT_COMMON),
|
|
|