| Index: third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp b/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| index 3a65ac884ed7ad21d7875979973e73040abc2f0a..8ade9f83e1e5b644137cd5acf5b6874d37fa978e 100644
|
| --- a/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/BidiRunForLine.cpp
|
| @@ -21,9 +21,6 @@
|
| *
|
| */
|
|
|
| -#ifndef BidiRunForLine_h
|
| -#define BidiRunForLine_h
|
| -
|
| #include "config.h"
|
| #include "core/layout/BidiRunForLine.h"
|
|
|
| @@ -81,7 +78,7 @@ static LayoutObject* firstLayoutObjectForDirectionalityDetermination(
|
| }
|
|
|
| TextDirection determinePlaintextDirectionality(LayoutObject* root,
|
| - LayoutObject* current = 0, unsigned pos = 0)
|
| + LayoutObject* current, unsigned pos)
|
| {
|
| LayoutObject* firstLayoutObject = firstLayoutObjectForDirectionalityDetermination(root, current);
|
| InlineIterator iter(LineLayoutItem(root), LineLayoutItem(firstLayoutObject), firstLayoutObject == current ? pos : 0);
|
| @@ -227,5 +224,3 @@ void constructBidiRunsForLine(InlineBidiResolver& topResolver,
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // BidiRunForLine_h
|
|
|