| Index: Source/core/dom/Position.cpp
|
| diff --git a/Source/core/dom/Position.cpp b/Source/core/dom/Position.cpp
|
| index 93221719ceb57d88f456d6ba0959943aca0ccebe..fd801ba35532b7b57705ae2591184cc363fbbfdc 100644
|
| --- a/Source/core/dom/Position.cpp
|
| +++ b/Source/core/dom/Position.cpp
|
| @@ -431,7 +431,7 @@ Node* Position::parentEditingBoundary() const
|
| if (!m_anchorNode)
|
| return 0;
|
|
|
| - Node* documentElement = m_anchorNode->document()->documentElement();
|
| + Node* documentElement = m_anchorNode->document().documentElement();
|
| if (!documentElement)
|
| return 0;
|
|
|
|
|