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