aboutsummaryrefslogtreecommitdiff
path: root/src/support/dom/document_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/dom/document_cache.h')
-rw-r--r--src/support/dom/document_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/dom/document_cache.h b/src/support/dom/document_cache.h
index 3aeb332..f472249 100644
--- a/src/support/dom/document_cache.h
+++ b/src/support/dom/document_cache.h
@@ -27,6 +27,7 @@ class DomDocumentCache {
> document_ptr;
static document_ptr createDocument();
+ static document_ptr createDocument(const std::string&);
DomDocumentCache();