mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-13 22:01:53 +00:00
Browser+WebContent+WebDriver: Move Get Page Source to WebContent
This commit is contained in:
parent
561f9f36f7
commit
88dcdf681f
Notes:
sideshowbarker
2024-07-17 04:36:14 +09:00
Author: https://github.com/trflynn89
Commit: 88dcdf681f
Pull-request: https://github.com/SerenityOS/serenity/pull/16019
Reviewed-by: https://github.com/linusg ✅
16 changed files with 26 additions and 61 deletions
|
@ -481,11 +481,6 @@ void OutOfProcessWebView::get_source()
|
|||
client().async_get_source();
|
||||
}
|
||||
|
||||
String OutOfProcessWebView::serialize_source()
|
||||
{
|
||||
return client().serialize_source();
|
||||
}
|
||||
|
||||
void OutOfProcessWebView::inspect_dom_tree()
|
||||
{
|
||||
client().async_inspect_dom_tree();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue