| Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| index 08041134784c18761eaf387b5d716b1c0edccd84..7019bc6a2dc0c103a816578c66b31768934b9c16 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| @@ -18,9 +18,7 @@ RunSegmenter::RunSegmenter(const UChar* buffer,
|
| unsigned bufferSize,
|
| FontOrientation runOrientation)
|
| : m_bufferSize(bufferSize),
|
| - m_candidateRange({0, 0, USCRIPT_INVALID_CODE,
|
| - OrientationIterator::OrientationKeep,
|
| - FontFallbackPriority::Text}),
|
| + m_candidateRange(nullRange()),
|
| m_scriptRunIterator(
|
| WTF::makeUnique<ScriptRunIterator>(buffer, bufferSize)),
|
| m_orientationIterator(
|
|
|