summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/PageView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/PageView.h')
-rw-r--r--Libraries/LibWeb/PageView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/PageView.h b/Libraries/LibWeb/PageView.h
index 756022f10d..f57f5f0f8a 100644
--- a/Libraries/LibWeb/PageView.h
+++ b/Libraries/LibWeb/PageView.h
@@ -44,6 +44,7 @@ public:
// FIXME: Remove this once the new parser is ready.
void set_use_old_parser(bool use_old_parser);
+ void load_html(const StringView&, const URL&);
void load_empty_document();
Document* document();