mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibWebView: Replace OOPWV inclusion with ViewImplementation.h
This is the header WebContentClient actually needs. Just noticed by clangd when OOPWV.h has errors that don't apply to WebContentClient at all.
This commit is contained in:
parent
d06d4eb388
commit
e6c01ef6e2
Notes:
sideshowbarker
2024-07-17 06:33:00 +09:00
Author: https://github.com/trflynn89
Commit: e6c01ef6e2
Pull-request: https://github.com/SerenityOS/serenity/pull/20723
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "WebContentClient.h"
|
||||
#include "OutOfProcessWebView.h"
|
||||
#include "ViewImplementation.h"
|
||||
#include <AK/Debug.h>
|
||||
#include <LibWeb/Cookie/ParsedCookie.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue