mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWebView: Make WEB_VIEW_APPLICATION switch back to a private section
Let's not leave everything after the WEB_VIEW_APPLICATION invocation public.
This commit is contained in:
parent
b425ce93b1
commit
6430b215af
Notes:
github-actions[bot]
2025-06-11 11:27:34 +00:00
Author: https://github.com/trflynn89
Commit: 6430b215af
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5054
1 changed files with 3 additions and 1 deletions
|
@ -163,4 +163,6 @@ public:
|
||||||
static ApplicationType& the() \
|
static ApplicationType& the() \
|
||||||
{ \
|
{ \
|
||||||
return static_cast<ApplicationType&>(WebView::Application::the()); \
|
return static_cast<ApplicationType&>(WebView::Application::the()); \
|
||||||
}
|
} \
|
||||||
|
\
|
||||||
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue