mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:27:45 +00:00
LibWeb: Port BrowsingContext from ByteString
Also removing an unused m_name member.
This commit is contained in:
parent
1536cd05a7
commit
0b7c8e0de5
3 changed files with 10 additions and 12 deletions
|
@ -842,7 +842,7 @@ Messages::WebContentServer::DumpGcGraphResponse ConnectionFromClient::dump_gc_gr
|
|||
|
||||
Messages::WebContentServer::GetSelectedTextResponse ConnectionFromClient::get_selected_text()
|
||||
{
|
||||
return page().page().focused_context().selected_text();
|
||||
return page().page().focused_context().selected_text().to_byte_string();
|
||||
}
|
||||
|
||||
void ConnectionFromClient::select_all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue