| Summary: | [GTK] Unreviewed, fix build after r290399 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||
| Component: | New Bugs | Assignee: | Diego Pino <dpino> | ||||
| Status: | RESOLVED INVALID | ||||||
| Severity: | Normal | ||||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Diego Pino
2022-02-23 17:29:40 PST
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 |