| Index: Source/core/layout/BidiRunForLine.h
|
| diff --git a/Source/core/layout/BidiRunForLine.h b/Source/core/layout/BidiRunForLine.h
|
| index 96eea6fed6f7e896da0fd00425ae29a8496875cc..99330294ddc80e1620fd4bb9eeebf8ec2f64e8fc 100644
|
| --- a/Source/core/layout/BidiRunForLine.h
|
| +++ b/Source/core/layout/BidiRunForLine.h
|
| @@ -30,7 +30,7 @@
|
| namespace blink {
|
|
|
| TextDirection determinePlaintextDirectionality(LayoutObject* root,
|
| - LayoutObject* current = 0, unsigned pos = 0);
|
| + LayoutObject* current = nullptr, unsigned pos = 0);
|
|
|
| void constructBidiRunsForLine(InlineBidiResolver&, BidiRunList<BidiRun>&,
|
| const InlineIterator& endOfLine, VisualDirectionOverride,
|
|
|