| Index: third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| diff --git a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| index 7db5c0d50573b3304ddb7194a08eb70bdff049d9..b1ed261121f1bcc72230e8272b6be6901fa73502 100644
|
| --- a/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| +++ b/third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.h
|
| @@ -56,7 +56,7 @@ private:
|
| UChar m_trailSurrogate = 0;
|
|
|
| // The code point immediately after the m_BoundaryOffset.
|
| - UChar32 m_nextCodePoint = 0;
|
| + UChar32 m_nextCodePoint;
|
|
|
| // The relative offset from the begging of this state machine.
|
| int m_boundaryOffset = 0;
|
|
|