| Index: third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| index 54b2c9cfba336e3967b417412e04828304333abd..95b6c6a3508c5a7c53cc662a9117eb1280326bcb 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| @@ -220,7 +220,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
|
|
|
| // x() is the location of the box in the containing block's "physical
|
| // coordinates with flipped block-flow direction".
|
| - // See../README.md#Coordinate-Spaces for the definition.
|
| + // See ../README.md#Coordinate-Spaces for the definition.
|
| void setX(LayoutUnit x) { m_location.setX(x); }
|
| LayoutUnit x() const { return m_location.x(); }
|
|
|
|
|