mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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
|
|
@ -163,4 +163,6 @@ public:
|
|||
static ApplicationType& the() \
|
||||
{ \
|
||||
return static_cast<ApplicationType&>(WebView::Application::the()); \
|
||||
}
|
||||
} \
|
||||
\
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user