| Index: Source/core/editing/RenderedPosition.h
|
| diff --git a/Source/core/editing/RenderedPosition.h b/Source/core/editing/RenderedPosition.h
|
| index 7cf21952631dbcde4e5c6646eb43b2f8ccfcab71..fff2d2b5e4ad5a52f91d6bf726c9a05fdb58baa8 100644
|
| --- a/Source/core/editing/RenderedPosition.h
|
| +++ b/Source/core/editing/RenderedPosition.h
|
| @@ -49,7 +49,7 @@ public:
|
| bool isEquivalent(const RenderedPosition&) const;
|
|
|
| bool isNull() const { return !m_renderer; }
|
| - RootInlineBox* rootBox() { return m_inlineBox ? m_inlineBox->root() : 0; }
|
| + RootInlineBox* rootBox() { return m_inlineBox ? &m_inlineBox->root() : 0; }
|
|
|
| unsigned char bidiLevelOnLeft() const;
|
| unsigned char bidiLevelOnRight() const;
|
|
|