Skip to content

Commit

Permalink
[WebKitBrowser] Browser cannot operate without the graphics subsystem (
Browse files Browse the repository at this point in the history
…#260)

* [WebKitBrowser] Browser cannot operate without the graphics subsystem

* [WebKitBrowser] Use NOT_ notation
  • Loading branch information
sebaszm authored Oct 31, 2023
1 parent abea82d commit 32b1722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebKitBrowser/WebKitBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Plugin {
// Preconditions
{ subsystem::GRAPHICS },
// Terminations
{},
{ subsystem::NOT_GRAPHICS },
// Controls
{}
);
Expand Down

0 comments on commit 32b1722

Please sign in to comment.