mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
LibDevTools+LibWebView: Port DevTools to String
This commit is contained in:
parent
9879ac0893
commit
4791ec35bf
Notes:
github-actions[bot]
2025-02-21 00:29:06 +00:00
Author: https://github.com/trflynn89
Commit: 4791ec35bf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3631
Reviewed-by: https://github.com/awesomekling ✅
35 changed files with 99 additions and 98 deletions
|
@ -7,7 +7,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/ByteString.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/String.h>
|
||||
|
@ -49,7 +48,7 @@ public:
|
|||
void send_unknown_actor_error(StringView actor);
|
||||
|
||||
protected:
|
||||
explicit Actor(DevToolsServer&, ByteString name);
|
||||
explicit Actor(DevToolsServer&, String name);
|
||||
|
||||
DevToolsServer& devtools() { return m_devtools; }
|
||||
DevToolsServer const& devtools() const { return m_devtools; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue