diff --git a/Libraries/LibWebView/Forward.h b/Libraries/LibWebView/Forward.h index 7695f498913..51c52074c8c 100644 --- a/Libraries/LibWebView/Forward.h +++ b/Libraries/LibWebView/Forward.h @@ -23,12 +23,14 @@ class WebUI; struct Attribute; struct AutocompleteEngine; +struct BrowserOptions; struct ConsoleOutput; struct CookieStorageKey; struct DOMNodeProperties; struct Mutation; struct ProcessHandle; struct SearchEngine; +struct WebContentOptions; }