| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 818321f30e74c35cdc5ae8da6b91f03195f5e752..32819bdcb7173bc20df6306675ed27b392763f60 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -68,7 +68,7 @@ String createMarkup(const Node*, EChildrenOnly = IncludeNode, WillBeHeapVector<R
|
| String createFullMarkup(const Node*);
|
|
|
| String urlToMarkup(const KURL&, const String& title);
|
| -void mergeWithNextTextNode(PassRefPtr<Node>, ExceptionState&);
|
| +void mergeWithNextTextNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);
|
|
|
| }
|
|
|
|
|