Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index 2af0813095b686bf1728a534e3fb41643a0b9400..328bddde5db826655eea9f5c9ce82bb0a2943ac2 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -182,7 +182,7 @@ bool lineBreakExistsAtVisiblePosition(const VisiblePosition&); |
int comparePositions(const VisiblePosition&, const VisiblePosition&); |
-int indexForVisiblePosition(const VisiblePosition&, RefPtr<ContainerNode>& scope); |
+int indexForVisiblePosition(const VisiblePosition&, RefPtrWillBeRawPtr<ContainerNode>& scope); |
VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope); |
// ------------------------------------------------------------------------- |
@@ -218,7 +218,7 @@ Node* enclosingListChild(Node*); |
// Functions returning Element |
PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&); |
-PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&, PassRefPtr<Node> tabTextNode); |
+PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Node> tabTextNode); |
PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&, const String& tabText); |
PassRefPtrWillBeRawPtr<Element> createBlockPlaceholderElement(Document&); |