Index: Source/core/editing/markup.h |
diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h |
index c60d1bbca5d5fcdf8cbad301e6ce66004ef027e8..46f83f5a1e458313ff76f6041d546b496ca9ecc2 100644 |
--- a/Source/core/editing/markup.h |
+++ b/Source/core/editing/markup.h |
@@ -68,7 +68,7 @@ String createFullMarkup(const Node*); |
String createStyledMarkupForNavigationTransition(Node*); |
String urlToMarkup(const KURL&, const String& title); |
-void mergeWithNextTextNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&); |
+void mergeWithNextTextNode(Text*, ExceptionState&); |
} |