| Index: third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp b/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| index cf64955eaec4fdf6ddcbec49765f1d818c9c45ae..acab5024299505368a440176f9a2aefecc5dd245 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp
|
| @@ -50,11 +50,8 @@ LayoutDetailsMarker::Orientation LayoutDetailsMarker::orientation() const
|
| if (style()->isLeftToRightDirection())
|
| return isOpen() ? Right : Down;
|
| return isOpen() ? Right : Up;
|
| - case BottomToTopWritingMode:
|
| - if (style()->isLeftToRightDirection())
|
| - return isOpen() ? Up : Right;
|
| - return isOpen() ? Up : Left;
|
| }
|
| + ASSERT_NOT_REACHED();
|
| return Right;
|
| }
|
|
|
|
|