diff options
Diffstat (limited to 'WebCore/editing/markup.h')
-rw-r--r-- | WebCore/editing/markup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/editing/markup.h b/WebCore/editing/markup.h index 5ace04a..dd34159 100644 --- a/WebCore/editing/markup.h +++ b/WebCore/editing/markup.h @@ -35,6 +35,7 @@ namespace WebCore { class Document; class DocumentFragment; + class KURL; class Node; class Range; class String; @@ -54,6 +55,7 @@ namespace WebCore { String createFullMarkup(const Node*); String createFullMarkup(const Range*); + String urlToMarkup(const KURL&, const String& title); } #endif // markup_h |