[GTK] Unreviewed, fix build after r290399
Created attachment 453057 [details] [fast-cq] Patch
STDIO: https://build.webkit.org/#/builders/41/builds/9656/steps/9/logs/stdio /app/webkit/Source/WebCore/page/DOMWindow.cpp: In member function ‘void WebCore::DOMWindow::showModalDialog(const WTF::String&, const WTF::String&, WebCore::DOMWindow&, WebCore::DOMWindow&, const WTF::Function<void(WebCore::DOMWindow&)>&)’: /app/webkit/Source/WebCore/page/DOMWindow.cpp:2672:5: error: ‘printWarningMessage’ was not declared in this scope; did you mean ‘printErrorMessage’? 2672 | printWarningMessage("showModalDialog() is deprecated and will be removed. Please use the <dialog> element instead."_s); | ^~~~~~~~~~~~~~~~~~~ | printErrorMessage
Fixed by https://trac.webkit.org/changeset/290406/webkit