Index: Source/core/dom/Position.h |
diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h |
index 3277f2de0290ab598dc52e3962e528e1a75659df..45f712090bb89a41ed0faa3e6d358fed3d9868f5 100644 |
--- a/Source/core/dom/Position.h |
+++ b/Source/core/dom/Position.h |
@@ -166,7 +166,7 @@ public: |
bool isOrphan() const { return m_anchorNode && !m_anchorNode->inDocument(); } |
Element* element() const; |
- PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyle() const; |
+ PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> ensureComputedStyle() const; |
// Move up or down the DOM by one position. |
// Offsets are computed using render text for nodes that have renderers - but note that even when |