diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/InProcessWebView.h')
-rw-r--r-- | Userland/Libraries/LibWeb/InProcessWebView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/InProcessWebView.h b/Userland/Libraries/LibWeb/InProcessWebView.h index 3cb56133ef..b51a384e2c 100644 --- a/Userland/Libraries/LibWeb/InProcessWebView.h +++ b/Userland/Libraries/LibWeb/InProcessWebView.h @@ -24,7 +24,7 @@ class InProcessWebView final public: virtual ~InProcessWebView() override; - void load_html(const StringView&, const AK::URL&); + void load_html(StringView, const AK::URL&); void load_empty_document(); DOM::Document* document(); |