diff options
Diffstat (limited to 'Userland/Libraries/LibWebView/OutOfProcessWebView.h')
-rw-r--r-- | Userland/Libraries/LibWebView/OutOfProcessWebView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWebView/OutOfProcessWebView.h b/Userland/Libraries/LibWebView/OutOfProcessWebView.h index e75200fbbe..b817d8f892 100644 --- a/Userland/Libraries/LibWebView/OutOfProcessWebView.h +++ b/Userland/Libraries/LibWebView/OutOfProcessWebView.h @@ -40,7 +40,6 @@ public: void load_empty_document(); void debug_request(DeprecatedString const& request, DeprecatedString const& argument = {}); - void get_source(); void inspect_dom_tree(); struct DOMNodeProperties { |