Index: Source/core/dom/Position.h |
diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h |
index 643ba2b7ac41bb4b65eb16a77d280ec9ebd34753..0667fb6c246fce8b267a03718874560d7882634b 100644 |
--- a/Source/core/dom/Position.h |
+++ b/Source/core/dom/Position.h |
@@ -145,7 +145,7 @@ public: |
bool isOrphan() const { return m_anchorNode && !m_anchorNode->inDocument(); } |
Element* element() const; |
- PassRefPtr<CSSComputedStyleDeclaration> computedStyle() const; |
+ PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyle() 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 |