Bug 279177
| Summary: | [GTK][WPE][GStreamer] Fix build with glib < 2.68 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | WebKitGTK | Assignee: | Miguel Gomez <magomez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Miguel Gomez
g_memdup2 was added since 2.68 when g_memdup was deprecated. But for versions older than 2.68 we need to use g_memdup.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
Pull request: https://github.com/WebKit/WebKit/pull/33174
EWS
Committed 283216@main (e6024502b5ca): <https://commits.webkit.org/283216@main>
Reviewed commits have been landed. Closing PR #33174 and removing active labels.