Bug 275607
| Summary: | REGRESSION(279944@main): [GStreamer] Build broken with RELEASE_LOG disabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | WebKitGTK | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, philn |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Miguel Gomez
The change added calls to mediaPlayerLogger() and mediaPlayerLogIdentifier() that are only defined when RELEASE_LOG is enabled. These calls should probably be enclosed inside an #if !RELEASE_LOG_DISABLED guard.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/29978
EWS
Committed 280172@main (c03ca8dc15f5): <https://commits.webkit.org/280172@main>
Reviewed commits have been landed. Closing PR #29978 and removing active labels.