Chromium Code Reviews| Index: Source/core/editing/markup.h |
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h |
| index 00e17b3288a50022ef753770ec7675313347442a..f12209269e962e80241afcd717c78585f55ec7fe 100644 |
| --- a/Source/core/editing/markup.h |
| +++ b/Source/core/editing/markup.h |
| @@ -69,6 +69,7 @@ String createFullMarkup(const Node*); |
| String createFullMarkup(const Range*); |
| String urlToMarkup(const KURL&, const String& title); |
| +void mergeWithNextTextNode(PassRefPtr<Node>, ExceptionState&); |
| } |